Documentation
    Preparing search index...

    Interface WireTonItem

    Structured item: native TON transfer.

    interface WireTonItem {
        a: string;
        am: string;
        ec?: { [k: number]: string };
        p?: string;
        si?: string;
        t: "ton";
    }
    Index

    Properties

    Properties

    a: string

    destination address

    am: string

    amount in nanocoins (decimal string)

    ec?: { [k: number]: string }

    extra currencies map

    p?: string

    optional one-cell BoC body, base64

    si?: string

    optional state init, base64

    t: "ton"

    item type discriminator