pub struct UpdateDefaultAccountState {
pub mint: Pubkey,
pub verification_config_or_mint_authority: Pubkey,
pub instructions_sysvar_or_creator: Pubkey,
pub freeze_authority: Pubkey,
pub mint_account: Pubkey,
pub token_program: Pubkey,
}Expand description
Accounts.
Fields§
§mint: Pubkey§instructions_sysvar_or_creator: Pubkey§mint_account: Pubkey§token_program: PubkeyImplementations§
Source§impl UpdateDefaultAccountState
impl UpdateDefaultAccountState
pub fn instruction( &self, args: UpdateDefaultAccountStateInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: UpdateDefaultAccountStateInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateDefaultAccountState
impl RefUnwindSafe for UpdateDefaultAccountState
impl Send for UpdateDefaultAccountState
impl Sync for UpdateDefaultAccountState
impl Unpin for UpdateDefaultAccountState
impl UnsafeUnpin for UpdateDefaultAccountState
impl UnwindSafe for UpdateDefaultAccountState
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