pub struct CreateDistributionEscrowCpiAccounts<'a, 'b> {
pub mint: &'b AccountInfo<'a>,
pub verification_config_or_mint_authority: &'b AccountInfo<'a>,
pub instructions_sysvar_or_creator: &'b AccountInfo<'a>,
pub distribution_escrow_authority: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub distribution_token_account: &'b AccountInfo<'a>,
pub distribution_mint: &'b AccountInfo<'a>,
pub token_program: &'b AccountInfo<'a>,
pub associated_token_account_program: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
}Expand description
create_distribution_escrow CPI accounts.
Fields§
§mint: &'b AccountInfo<'a>§instructions_sysvar_or_creator: &'b AccountInfo<'a>§payer: &'b AccountInfo<'a>§distribution_token_account: &'b AccountInfo<'a>§distribution_mint: &'b AccountInfo<'a>§token_program: &'b AccountInfo<'a>§associated_token_account_program: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for CreateDistributionEscrowCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for CreateDistributionEscrowCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for CreateDistributionEscrowCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for CreateDistributionEscrowCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for CreateDistributionEscrowCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for CreateDistributionEscrowCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for CreateDistributionEscrowCpiAccounts<'a, 'b>
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