Type alias TicketTokenSchema

TicketTokenSchema: { __michelsonType: "ticket"; schema: { amount: { __michelsonType: "int"; schema: "int" }; ticketer: { __michelsonType: "contract"; schema: "contract" }; value: TokenSchema } }

Type declaration

  • __michelsonType: "ticket"
  • schema: { amount: { __michelsonType: "int"; schema: "int" }; ticketer: { __michelsonType: "contract"; schema: "contract" }; value: TokenSchema }
    • amount: { __michelsonType: "int"; schema: "int" }
      • __michelsonType: "int"
      • schema: "int"
    • ticketer: { __michelsonType: "contract"; schema: "contract" }
      • __michelsonType: "contract"
      • schema: "contract"
    • value: TokenSchema

Generated using TypeDoc