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