Documentation
    Preparing search index...

    Interface WireNftItem

    Structured item: NFT (TEP-62) transfer.

    interface WireNftItem {
        aa?: string;
        cp?: string;
        fa?: string;
        fp?: string;
        na: string;
        no: string;
        qi?: string;
        rd?: string;
        t: "nft";
    }
    Index

    Properties

    Properties

    aa?: string

    TON to attach for fees

    cp?: string

    optional custom_payload cell BoC, base64

    fa?: string

    forward_ton_amount in nanocoins

    fp?: string

    optional forward_payload cell BoC, base64

    na: string

    NFT item contract address

    no: string

    new owner address

    qi?: string

    optional query_id

    rd?: string

    where to send excess TON (defaults to sender)

    t: "nft"

    item type discriminator