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