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