Documentation
    Preparing search index...

    Type Alias SetDefaultProtocolFeeRateParams

    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.

    type SetDefaultProtocolFeeRateParams = {
        defaultProtocolFeeRate: number;
        feeAuthority: PublicKey;
        whirlpoolsConfig: PublicKey;
    }
    Index

    Properties

    defaultProtocolFeeRate: number
    feeAuthority: PublicKey
    whirlpoolsConfig: PublicKey