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