pub struct SetOrderProtocolFeeRate {
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 SetOrderProtocolFeeRate
impl SetOrderProtocolFeeRate
pub fn instruction( &self, args: SetOrderProtocolFeeRateInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: SetOrderProtocolFeeRateInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetOrderProtocolFeeRate
impl RefUnwindSafe for SetOrderProtocolFeeRate
impl Send for SetOrderProtocolFeeRate
impl Sync for SetOrderProtocolFeeRate
impl Unpin for SetOrderProtocolFeeRate
impl UnwindSafe for SetOrderProtocolFeeRate
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