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