-
Notifications
You must be signed in to change notification settings - Fork 69
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
opened Nov 12, 2024 by
edexxxx
Possible bug in kinobi-generated rust client code for
Create
and CreateV1
instructions
#140
opened Sep 8, 2024 by
billythedummy
Cannot update "Update Authority" on SPL token created with Metaplex
#131
opened Aug 1, 2024 by
0xlucyy
Request keypair file of metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s
#122
opened Jun 26, 2024 by
wanggeng01041454
Incorrect account owner during minting on asset created with mpl-core
#119
opened Jun 4, 2024 by
pietromosca1994
When I get Metadata of pnfts but got an error about AccountBorrowFailed
#118
opened May 28, 2024 by
0xapp123
How to specify the amount to be minted and total supply in "createAndMint(...)"?
#115
opened Apr 7, 2024 by
tabatinga0xffff
What's the difference between set_and_verify_collection and verify_collection?
#111
opened Mar 26, 2024 by
vitordhers
Previous Next
ProTip!
Updated in the last three days: updated:>2024-11-12.