- Preparing search index...
- The search index is not available
sotez
Type alias TicketTokenSchema
Ticket
Token
Schema
: { __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"
-