Documentation
    Preparing search index...

    Interface SendTransactionIntentItemNft

    interface SendTransactionIntentItemNft {
        customPayload?: string;
        forwardPayload?: string;
        forwardTonAmount?: string;
        newOwnerAddress: string;
        nftAddress: string;
        queryId?: number;
        responseDestination?: string;
        type: "nft";
    }
    Index

    Properties

    customPayload?: string
    forwardPayload?: string
    forwardTonAmount?: string
    newOwnerAddress: string
    nftAddress: string
    queryId?: number
    responseDestination?: string
    type: "nft"