pub struct DecreaseLiquidityV2CpiAccounts<'a, 'b> {Show 15 fields
pub whirlpool: &'b AccountInfo<'a>,
pub token_program_a: &'b AccountInfo<'a>,
pub token_program_b: &'b AccountInfo<'a>,
pub memo_program: &'b AccountInfo<'a>,
pub position_authority: &'b AccountInfo<'a>,
pub position: &'b AccountInfo<'a>,
pub position_token_account: &'b AccountInfo<'a>,
pub token_mint_a: &'b AccountInfo<'a>,
pub token_mint_b: &'b AccountInfo<'a>,
pub token_owner_account_a: &'b AccountInfo<'a>,
pub token_owner_account_b: &'b AccountInfo<'a>,
pub token_vault_a: &'b AccountInfo<'a>,
pub token_vault_b: &'b AccountInfo<'a>,
pub tick_array_lower: &'b AccountInfo<'a>,
pub tick_array_upper: &'b AccountInfo<'a>,
}Expand description
decrease_liquidity_v2 CPI accounts.
Fields§
§whirlpool: &'b AccountInfo<'a>§token_program_a: &'b AccountInfo<'a>§token_program_b: &'b AccountInfo<'a>§memo_program: &'b AccountInfo<'a>§position: &'b AccountInfo<'a>§position_token_account: &'b AccountInfo<'a>§token_mint_a: &'b AccountInfo<'a>§token_mint_b: &'b AccountInfo<'a>§token_owner_account_a: &'b AccountInfo<'a>§token_owner_account_b: &'b AccountInfo<'a>§token_vault_a: &'b AccountInfo<'a>§token_vault_b: &'b AccountInfo<'a>§tick_array_lower: &'b AccountInfo<'a>§tick_array_upper: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for DecreaseLiquidityV2CpiAccounts<'a, 'b>
impl<'a, 'b> !Send for DecreaseLiquidityV2CpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for DecreaseLiquidityV2CpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for DecreaseLiquidityV2CpiAccounts<'a, 'b>
impl<'a, 'b> Freeze for DecreaseLiquidityV2CpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for DecreaseLiquidityV2CpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for DecreaseLiquidityV2CpiAccounts<'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