- Preparing search index...
- The search index is not available
@shyft-to/js
Nft
Metadata
: { address
: string; collection
: Omit<CollectionInfo, "name" | "family">; collectionDetails
: object | null; creators
: Creator[]; editionNonce
: number; isMutable
: boolean; json
: object | null; jsonLoaded
: boolean; mintAddress
: string; model
: string; name
: string; primarySaleHappened
: boolean; sellerFeeBasisPoints
: number; symbol
: string; tokenStandard
: number; updateAuthorityAddress
: string; uri
: string; uses
: object | null; }
Type declaration
-
address: string
-
collection: Omit<CollectionInfo, "name" | "family">
-
collectionDetails: object | null
-
-
editionNonce: number
-
isMutable: boolean
-
json: object | null
-
jsonLoaded: boolean
-
mintAddress: string
-
model: string
-
name: string
-
primarySaleHappened: boolean
-
sellerFeeBasisPoints: number
-
symbol: string
-
tokenStandard: number
-
updateAuthorityAddress: string
-
uri: string
-
uses: object | null