pub struct WithdrawCpiAccounts<'a, 'b> {
pub unstaker_account: &'b AccountInfo<'a>,
pub state_account: &'b AccountInfo<'a>,
pub pending_withdraw_account: &'b AccountInfo<'a>,
pub unstaker_orca_ata: &'b AccountInfo<'a>,
pub vault_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>,
}Expand description
withdraw CPI accounts.
Fields§
§unstaker_account: &'b AccountInfo<'a>§state_account: &'b AccountInfo<'a>§pending_withdraw_account: &'b AccountInfo<'a>§unstaker_orca_ata: &'b AccountInfo<'a>§vault_account: &'b AccountInfo<'a>§orca_mint_account: &'b AccountInfo<'a>§system_program_account: &'b AccountInfo<'a>§token_program_account: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for WithdrawCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for WithdrawCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for WithdrawCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for WithdrawCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for WithdrawCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for WithdrawCpiAccounts<'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