pub struct UpdateFees {
pub fusion_pool: Pubkey,
pub position: Pubkey,
pub tick_array_lower: Pubkey,
pub tick_array_upper: Pubkey,
}
Expand description
Accounts.
Fields§
§fusion_pool: Pubkey
§position: Pubkey
§tick_array_lower: Pubkey
§tick_array_upper: Pubkey
Implementations§
Source§impl UpdateFees
impl UpdateFees
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateFees
impl RefUnwindSafe for UpdateFees
impl Send for UpdateFees
impl Sync for UpdateFees
impl Unpin for UpdateFees
impl UnwindSafe for UpdateFees
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