ListNFTsByOwnerResult

interface ListNFTsByOwnerResult {
    result: NFTWithBalance[];
    page: blockchainData.Types.Page;
}

Properties

Properties

result: NFTWithBalance[]

List of NFTs by owner

ListNFTsByOwnerResult

ListNFTsByOwnerResult