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