Interface TicketTokenParams

interface TicketTokenParams {
    content: MichelsonV1Expression;
    content_type: MichelsonV1Expression;
    ticketer: string;
}

Properties

content_type: MichelsonV1Expression
ticketer: string

Generated using TypeDoc