Documentation
    Preparing search index...

    Interface SendTransactionIntentItemJetton

    interface SendTransactionIntentItemJetton {
        amount: string;
        customPayload?: string;
        destination: string;
        forwardPayload?: string;
        forwardTonAmount?: string;
        jettonMasterAddress: string;
        queryId?: number;
        responseDestination?: string;
        type: "jetton";
    }
    Index

    Properties

    amount: string
    customPayload?: string
    destination: string
    forwardPayload?: string
    forwardTonAmount?: string
    jettonMasterAddress: string
    queryId?: number
    responseDestination?: string
    type: "jetton"