aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface NftInfo

    The on-chain identity and Move type of an NFT.

    interface NftInfo {
        objectId: string;
        objectType: string;
    }
    Index
    objectId: string

    The NFT object's Sui object ID.

    objectType: string

    The fully qualified Move type of the NFT object.