Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.2 KB

File metadata and controls

26 lines (18 loc) · 1.2 KB

NFT

Properties

Name Type Description Notes
confirmed Boolean 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 Boolean [optional]
mint String The public key address of the NFT [optional]
primarySaleHappened Boolean [optional]
updateAuthority String A public key address that is usually that of the person who minted the NFT [optional]
sellerFeeBasisPoints BigDecimal [optional]
mintSecretRecoveryPhrase String [optional]
explorerUrl String [optional]
metadataAccount String The metadata account of the NFT [optional]
editionNonce BigDecimal [optional]
tokenStandard BigDecimal [optional]
collection NFTCollection [optional]
uses BigDecimal [optional]