Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.12 KB

File metadata and controls

12 lines (8 loc) · 1.12 KB

theblockchainapi.GetAllNFTsResponse

Properties

Name Type Description Notes
mintedNfts [GetAllNFTsResponseMintedNfts] The minted NFTs. Only filled in for `v1` candy machines. Left empty for `v2`. [optional]
unmintedNfts [GetAllNFTsResponseUnmintedNfts] The unminted NFTs. Only filled in for `v1` candy machines. Left empty for `v2`. [optional]
allNfts [GetAllNFTsResponseUnmintedNfts] The list of all NFTs. Filled in for both `v1` and `v2` NFTs. [optional]
accurate Boolean Whether or not the division of NFTs among minted and unminted is accurate. If it is not accurate, then it is possible that NFTs have been included in the `minted` list that are not actually minted. If it is accurate, then the split of minted and unminted is correct. `v1` candy machines always return a correct minted/unminted split. [optional]