Documentation
    Preparing search index...

    Interface TezosTransferTicketOperation

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

    Hierarchy (View Summary)

    Index

    Properties

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