Interface TicketBalance

interface TicketBalance {
    amount: string;
    content: MichelsonV1Expression;
    content_type: MichelsonV1Expression;
    ticketer: string;
}

Properties

amount: string
content_type: MichelsonV1Expression
ticketer: string

Generated using TypeDoc