pub struct InitializePoolWithAdaptiveFeeCpiAccounts<'a, 'b> {Show 16 fields
pub whirlpools_config: &'b AccountInfo<'a>,
pub token_mint_a: &'b AccountInfo<'a>,
pub token_mint_b: &'b AccountInfo<'a>,
pub token_badge_a: &'b AccountInfo<'a>,
pub token_badge_b: &'b AccountInfo<'a>,
pub funder: &'b AccountInfo<'a>,
pub initialize_pool_authority: &'b AccountInfo<'a>,
pub whirlpool: &'b AccountInfo<'a>,
pub oracle: &'b AccountInfo<'a>,
pub token_vault_a: &'b AccountInfo<'a>,
pub token_vault_b: &'b AccountInfo<'a>,
pub adaptive_fee_tier: &'b AccountInfo<'a>,
pub token_program_a: &'b AccountInfo<'a>,
pub token_program_b: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
pub rent: &'b AccountInfo<'a>,
}Expand description
initialize_pool_with_adaptive_fee CPI accounts.
Fields§
§whirlpools_config: &'b AccountInfo<'a>§token_mint_a: &'b AccountInfo<'a>§token_mint_b: &'b AccountInfo<'a>§token_badge_a: &'b AccountInfo<'a>§token_badge_b: &'b AccountInfo<'a>§funder: &'b AccountInfo<'a>§whirlpool: &'b AccountInfo<'a>§oracle: &'b AccountInfo<'a>§token_vault_a: &'b AccountInfo<'a>§token_vault_b: &'b AccountInfo<'a>§adaptive_fee_tier: &'b AccountInfo<'a>§token_program_a: &'b AccountInfo<'a>§token_program_b: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>§rent: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for InitializePoolWithAdaptiveFeeCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for InitializePoolWithAdaptiveFeeCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for InitializePoolWithAdaptiveFeeCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for InitializePoolWithAdaptiveFeeCpiAccounts<'a, 'b>
impl<'a, 'b> Freeze for InitializePoolWithAdaptiveFeeCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for InitializePoolWithAdaptiveFeeCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for InitializePoolWithAdaptiveFeeCpiAccounts<'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