Documentation
    Preparing search index...

    Interface NftItem

    interface NftItem {
        attachAmount?: string;
        customPayload?: string;
        forwardAmount?: string;
        forwardPayload?: string;
        newOwner: string;
        nftAddress: string;
        queryId?: string;
        responseDestination?: string;
        type: "nft";
    }
    Index

    Properties

    attachAmount?: string

    TON to attach for fees; wallet calculates if omitted.

    customPayload?: string

    Raw one-cell BoC encoded in Base64.

    forwardAmount?: string

    Nanotons to forward to destination.

    forwardPayload?: string

    Raw one-cell BoC encoded in Base64.

    newOwner: string

    Address of the new owner.

    nftAddress: string

    NFT item contract address.

    queryId?: string

    Custom query ID for the transfer.

    responseDestination?: string

    Where to send excess; defaults to sender.

    type: "nft"