Type Alias SetDefaultProtocolFeeRateParams

SetDefaultProtocolFeeRateParams: {
    defaultProtocolFeeRate: number;
    feeAuthority: PublicKey;
    whirlpoolsConfig: PublicKey;
}

Parameters to set the default fee rate for a FeeTier.

The public key for the WhirlpoolsConfig this pool is initialized in

Authority authorized in the WhirlpoolsConfig to set default fee rates.

The new default protocol fee rate for this config. Stored as a basis point of the total fees collected by feeRate.