pub struct CreateProofAccountCpiAccounts<'a, 'b> {
pub mint: &'b AccountInfo<'a>,
pub verification_config: &'b AccountInfo<'a>,
pub instructions_sysvar: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub mint_account: &'b AccountInfo<'a>,
pub proof_account: &'b AccountInfo<'a>,
pub token_account: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
}Expand description
create_proof_account CPI accounts.
Fields§
§mint: &'b AccountInfo<'a>§verification_config: &'b AccountInfo<'a>§instructions_sysvar: &'b AccountInfo<'a>§payer: &'b AccountInfo<'a>§mint_account: &'b AccountInfo<'a>§proof_account: &'b AccountInfo<'a>§token_account: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for CreateProofAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for CreateProofAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for CreateProofAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for CreateProofAccountCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for CreateProofAccountCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for CreateProofAccountCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for CreateProofAccountCpiAccounts<'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