Interface TicketUpdates

interface TicketUpdates {
    ticket_token: {
        content: MichelsonV1Expression;
        content_type: MichelsonV1Expression;
        ticketer: string;
    };
    updates: {
        account: string;
        amount: string;
    }[];
}

Properties

ticket_token: {
    content: MichelsonV1Expression;
    content_type: MichelsonV1Expression;
    ticketer: string;
}

Type declaration

updates: {
    account: string;
    amount: string;
}[]

Type declaration

  • account: string
  • amount: string

Generated using TypeDoc