pub struct CollectFees {Show 13 fields
pub fusion_pool: Pubkey,
pub position_authority: Pubkey,
pub position: Pubkey,
pub position_token_account: Pubkey,
pub token_mint_a: Pubkey,
pub token_mint_b: Pubkey,
pub token_owner_account_a: Pubkey,
pub token_owner_account_b: Pubkey,
pub token_vault_a: Pubkey,
pub token_vault_b: Pubkey,
pub token_program_a: Pubkey,
pub token_program_b: Pubkey,
pub memo_program: Pubkey,
}
Expand description
Accounts.
Fields§
§fusion_pool: Pubkey
§position: Pubkey
§position_token_account: Pubkey
§token_mint_a: Pubkey
§token_mint_b: Pubkey
§token_owner_account_a: Pubkey
§token_owner_account_b: Pubkey
§token_vault_a: Pubkey
§token_vault_b: Pubkey
§token_program_a: Pubkey
§token_program_b: Pubkey
§memo_program: Pubkey
Implementations§
Source§impl CollectFees
impl CollectFees
pub fn instruction(&self, args: CollectFeesInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: CollectFeesInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CollectFees
impl RefUnwindSafe for CollectFees
impl Send for CollectFees
impl Sync for CollectFees
impl Unpin for CollectFees
impl UnwindSafe for CollectFees
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