ListNFTsResult

interface ListNFTsResult {
    result: NFT[];
    page: blockchainData.Types.Page;
}

Properties

Properties

result: NFT[]

List of NFTs

ListNFTsResult

ListNFTsResult