Documentation
    Preparing search index...

    Interface WireJettonItem

    Structured item: jetton (TEP-74) transfer.

    interface WireJettonItem {
        aa?: string;
        am: string;
        cp?: string;
        d: string;
        fa?: string;
        fp?: string;
        ma: string;
        qi?: string;
        rd?: string;
        t: "jetton";
    }
    Index

    Properties

    Properties

    aa?: string

    TON to attach for fees (wallet estimates if omitted)

    am: string

    jetton amount in elementary units

    cp?: string

    optional custom_payload cell BoC, base64

    d: string

    jetton recipient address

    fa?: string

    forward_ton_amount in nanocoins

    fp?: string

    optional forward_payload cell BoC, base64

    ma: string

    jetton master contract address

    qi?: string

    optional query_id

    rd?: string

    where to send excess TON (defaults to sender)

    t: "jetton"

    item type discriminator