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