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