ListCollectionOwnersResult

interface ListCollectionOwnersResult {
    result: NFTWithOwner[];
    page: blockchainData.Types.Page;
}

Properties

Properties

result: NFTWithOwner[]

List of NFT owners

ListCollectionOwnersResult

ListCollectionOwnersResult