pub struct UpdateMetadataAccountV2 {
pub metadata: Pubkey,
pub update_authority: Pubkey,
}Expand description
Accounts.
Fields§
§metadata: PubkeyMetadata account
Update authority key
Implementations§
Source§impl UpdateMetadataAccountV2
impl UpdateMetadataAccountV2
pub fn instruction( &self, args: UpdateMetadataAccountV2InstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: UpdateMetadataAccountV2InstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for UpdateMetadataAccountV2
impl RefUnwindSafe for UpdateMetadataAccountV2
impl Send for UpdateMetadataAccountV2
impl Sync for UpdateMetadataAccountV2
impl Unpin for UpdateMetadataAccountV2
impl UnsafeUnpin for UpdateMetadataAccountV2
impl UnwindSafe for UpdateMetadataAccountV2
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