-
Notifications
You must be signed in to change notification settings - Fork 98
Issues: metaplex-foundation/mpl-token-metadata
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
pub struct CreateV1 { /// Unallocated metadata account with address as pda /// of ['metadata', program id, mint id] pub metadata: Pubkey, /// Unallocated edition account with address as pda /// of ['metadata', program id, mint, 'edition'] pub master_edition: Option<Pubkey>, /// Mint of token asset pub mint: (Pubkey, bool), /// Mint authority pub authority: Pubkey, /// Payer pub payer: Pubkey, /// Update authority for the metadata account pub update_authority: (Pubkey, bool), /// System program pub system_program: Pubkey, /// Instructions sysvar account pub sysvar_instructions: Pubkey, /// SPL Token program pub spl_token_program: Pubkey, }
#155
by edexxxx
was closed Dec 11, 2024
Unavailability to burn NFT in devnet after recent update.
#143
by Rkrushanovskij
was closed Sep 27, 2024
This library is too complex, I just want to get metadata, but can't find any examples
#137
by ks-zc
was closed Sep 16, 2024
NPM package: @metaplex-foundation/mpl-token-metadata not found
#81
by MihaiSandor
was closed Jan 30, 2024
mpl-token-metadata
starting with v2.0.0 does not contain Solana program code anymore
#80
by andreisilviudragnea
was closed Jul 2, 2024
Instruction not supported for ProgrammableNonFungible assets [0x99]
#78
by zikyfranky
was closed Jan 14, 2024
Error: 410 Gone: The RPC call or parameters have been disabled.
#75
by caramboleyo
was closed May 20, 2024
Mint Account Remains Open Post-NFT Burn Even When Owned by Metaplex Program
#57
by dr497
was closed Sep 29, 2023
spl-token update-metadata Functionality Doesn't Support Offline Signing
#54
by Saadiqui
was closed Sep 15, 2023
borsh
related compilation issue due to mpl-token-auth-rules
bump
#28
by acheroncrypto
was closed Aug 1, 2023
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.