pub struct InitializePoolCpiAccounts<'a, 'b> {
pub whirlpools_config: &'b AccountInfo<'a>,
pub token_mint_a: &'b AccountInfo<'a>,
pub token_mint_b: &'b AccountInfo<'a>,
pub funder: &'b AccountInfo<'a>,
pub whirlpool: &'b AccountInfo<'a>,
pub token_vault_a: &'b AccountInfo<'a>,
pub token_vault_b: &'b AccountInfo<'a>,
pub fee_tier: &'b AccountInfo<'a>,
pub token_program: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
pub rent: &'b AccountInfo<'a>,
}Expand description
initialize_pool CPI accounts.
Fields§
§whirlpools_config: &'b AccountInfo<'a>§token_mint_a: &'b AccountInfo<'a>§token_mint_b: &'b AccountInfo<'a>§funder: &'b AccountInfo<'a>§whirlpool: &'b AccountInfo<'a>§token_vault_a: &'b AccountInfo<'a>§token_vault_b: &'b AccountInfo<'a>§fee_tier: &'b AccountInfo<'a>§token_program: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>§rent: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for InitializePoolCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for InitializePoolCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for InitializePoolCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for InitializePoolCpiAccounts<'a, 'b>
impl<'a, 'b> Freeze for InitializePoolCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for InitializePoolCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for InitializePoolCpiAccounts<'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