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