pub struct InitializeCpiAccounts<'a, 'b> {
pub payer_account: &'b AccountInfo<'a>,
pub update_authority_account: &'b AccountInfo<'a>,
pub state_account: &'b AccountInfo<'a>,
pub vault_account: &'b AccountInfo<'a>,
pub xorca_mint_account: &'b AccountInfo<'a>,
pub orca_mint_account: &'b AccountInfo<'a>,
pub system_program_account: &'b AccountInfo<'a>,
pub token_program_account: &'b AccountInfo<'a>,
pub associated_token_program_account: &'b AccountInfo<'a>,
}Expand description
initialize CPI accounts.
Fields§
§payer_account: &'b AccountInfo<'a>§state_account: &'b AccountInfo<'a>§vault_account: &'b AccountInfo<'a>§xorca_mint_account: &'b AccountInfo<'a>§orca_mint_account: &'b AccountInfo<'a>§system_program_account: &'b AccountInfo<'a>§token_program_account: &'b AccountInfo<'a>§associated_token_program_account: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for InitializeCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for InitializeCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for InitializeCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for InitializeCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for InitializeCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for InitializeCpiAccounts<'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