pub struct SetTokenStandard {
pub metadata: Pubkey,
pub update_authority: Pubkey,
pub mint: Pubkey,
pub edition: Option<Pubkey>,
}Expand description
Accounts.
Fields§
§metadata: PubkeyMetadata account
Metadata update authority
mint: PubkeyMint account
edition: Option<Pubkey>Edition account
Implementations§
Source§impl SetTokenStandard
impl SetTokenStandard
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for SetTokenStandard
impl RefUnwindSafe for SetTokenStandard
impl Send for SetTokenStandard
impl Sync for SetTokenStandard
impl Unpin for SetTokenStandard
impl UnsafeUnpin for SetTokenStandard
impl UnwindSafe for SetTokenStandard
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more