Collection
Creators of the asset and their royalty shares; hashed to produce creatorHash.
nonce for easy calculation of editions, if present
Whether or not the data struct is mutable, default is not
The name of the asset
Immutable, once flipped, all sales of this metadata are considered secondary.
Royalty basis points that goes to creators in secondary sales (0-10000)
The symbol for the asset
Which SPL token program a decompressed version of this leaf's mint should use.
Token standard. Currently only NonFungible is allowed.
URI pointing to JSON representing the asset
Uses
Metadata for a V1 (
LeafSchemaV1) compressed NFT leaf.Mirrors the fields of a Token Metadata
Metadataaccount closely enough that a leaf can be decompressed into one. Hashed (along withcreators) to produce thedataHash/creatorHashused to verify the leaf on every mutating instruction.