Registry / crypto / mpl-token-metadata

mpl-token-metadata

JSON →
library5.1.1rscratesunverified

Metaplex Token Metadata SDK.

# Cargo.toml [dependencies] mpl-token-metadata = "5.1.1"
INSTALL
IMPORT
SIG · MPL-TOKEN-METADATA
M
mpl-token-metadata
cryptorustv5.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Metadata
use mpl_token_metadata::accounts::Metadata;

Imports the Metadata account type from the Metaplex Token Metadata SDK.

use mpl_token_metadata::accounts::Metadata; fn main() { // Example: fetch metadata account println!("Metadata SDK ready"); }
Debug
Known issues
gotchaRequires Solana RPC connection for on-chain operations.
fix
Ensure you have a Solana client configured.
affects: >=5.0.0
Upgrade
Version history
5.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mpl-token-metadata — cargo add mpl-token-metadata · libregistry