Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.33 KB

File metadata and controls

23 lines (19 loc) · 1.33 KB

NFT

Properties

Name Type Description Notes
confirmed Bool Whether or not the NFT mint was confirmed or simply submitted for processing. The status depends on your input for `wait_for_confirmation`. This only is returned when you are minting an NFT, not when searching or retrieving the metadata. [optional]
data NFTData [optional]
isMutable Bool [optional]
mint String The public key address of the NFT [optional]
primarySaleHappened Bool [optional]
updateAuthority String A public key address that is usually that of the person who minted the NFT [optional]
sellerFeeBasisPoints Double [optional]
mintSecretRecoveryPhrase String [optional]
explorerUrl String [optional]
metadataAccount String The metadata account of the NFT [optional]
editionNonce Double [optional]
tokenStandard Double [optional]
collection NFTCollection [optional]
uses Double [optional]

[Back to Model list] [Back to API list] [Back to README]