Documentation
    Preparing search index...

    Interface SendTransactionIntentItemTon

    interface SendTransactionIntentItemTon {
        address: string;
        amount: string;
        extraCurrency?: { [k: number]: string };
        payload?: string;
        stateInit?: string;
        type: "ton";
    }
    Index

    Properties

    address: string
    amount: string
    extraCurrency?: { [k: number]: string }
    payload?: string
    stateInit?: string
    type: "ton"