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