Type Alias SetFeeAuthorityParams

SetFeeAuthorityParams: {
    feeAuthority: PublicKey;
    newFeeAuthority: PublicKey;
    whirlpoolsConfig: PublicKey;
}

Parameters to set the fee authority in a WhirlpoolsConfig

The public key for the WhirlpoolsConfig this pool is initialized in

The current feeAuthority in the WhirlpoolsConfig

The new feeAuthority in the WhirlpoolsConfig