Documentation
    Preparing search index...

    Interface RawNftItem

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

    Properties

    attachAmount?: string
    customPayload?: string
    forwardAmount?: string
    forwardPayload?: string
    newOwner: string
    nftAddress: string
    queryId?: string
    responseDestination?: string
    type: "nft"