Interface OperationContentsTransferTicket

interface OperationContentsTransferTicket {
    counter: string;
    destination: string;
    entrypoint: string;
    fee: string;
    gas_limit: string;
    kind: TRANSFER_TICKET;
    source: string;
    storage_limit: string;
    ticket_amount: string;
    ticket_contents: MichelsonV1Expression;
    ticket_ticketer: string;
    ticket_ty: MichelsonV1Expression;
}

Properties

counter: string
destination: string
entrypoint: string
fee: string
gas_limit: string
source: string
storage_limit: string
ticket_amount: string
ticket_contents: MichelsonV1Expression
ticket_ticketer: string

Generated using TypeDoc