What owning this actually means
get_asset_trustDecode an NFT's Metaplex Core rules to reveal custody facts: who can move or burn it, if frozen, royalties enforced. Use before purchase, when a listing cannot transfer, or to check pack burn on open.
Instructions
Decode the Metaplex Core plugins on an asset and translate them into custody facts: can the issuer move or burn it without the holder's signature (permanent delegates - normal on packs, a red flag on keepers), is it frozen, are royalties enforced by a program rule set or merely advisory, is the metadata mutable, is the serial an on-chain edition or just printed text. Plugins set on the COLLECTION apply to every asset in it and are read too, marked inherited. Marketplaces show the picture and the price; this shows the rules attached to the account. Use before a purchase, when a listing 'cannot transfer', or when someone asks whether a pack burns on open. Read-only, decoded from raw bytes, no indexer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Metaplex Core asset address |