Interface TransferTicketParams

Description

Parameters for the transferTicket contract provider

interface TransferTicketParams {
    destination: string;
    entrypoint: string;
    fee?: number;
    gasLimit?: number;
    source?: string;
    storageLimit?: number;
    ticketAmount: number;
    ticketContents: MichelsonV1Expression;
    ticketTicketer: string;
    ticketTy: MichelsonV1Expression;
}

Properties

destination: string
entrypoint: string
fee?: number
gasLimit?: number
source?: string
storageLimit?: number
ticketAmount: number
ticketContents: MichelsonV1Expression
ticketTicketer: string
ticketTy: MichelsonV1Expression

Generated using TypeDoc