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