pub struct InitializePool {Show 13 fields
pub fusion_pools_config: Pubkey,
pub token_mint_a: Pubkey,
pub token_mint_b: Pubkey,
pub token_badge_a: Pubkey,
pub token_badge_b: Pubkey,
pub funder: Pubkey,
pub fusion_pool: Pubkey,
pub token_vault_a: Pubkey,
pub token_vault_b: Pubkey,
pub token_program_a: Pubkey,
pub token_program_b: Pubkey,
pub system_program: Pubkey,
pub rent: Pubkey,
}
Expand description
Accounts.
Fields§
§fusion_pools_config: Pubkey
§token_mint_a: Pubkey
§token_mint_b: Pubkey
§token_badge_a: Pubkey
§token_badge_b: Pubkey
§funder: Pubkey
§fusion_pool: Pubkey
§token_vault_a: Pubkey
§token_vault_b: Pubkey
§token_program_a: Pubkey
§token_program_b: Pubkey
§system_program: Pubkey
§rent: Pubkey
Implementations§
Source§impl InitializePool
impl InitializePool
pub fn instruction(&self, args: InitializePoolInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: InitializePoolInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitializePool
impl RefUnwindSafe for InitializePool
impl Send for InitializePool
impl Sync for InitializePool
impl Unpin for InitializePool
impl UnwindSafe for InitializePool
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