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