Documentation
    Preparing search index...

    Type Alias SetDefaultBaseFeeRateInput<TAccountWhirlpoolsConfig, TAccountAdaptiveFeeTier, TAccountFeeAuthority>

    type SetDefaultBaseFeeRateInput<
        TAccountWhirlpoolsConfig extends string = string,
        TAccountAdaptiveFeeTier extends string = string,
        TAccountFeeAuthority extends string = string,
    > = {
        adaptiveFeeTier: Address<TAccountAdaptiveFeeTier>;
        defaultBaseFeeRate: SetDefaultBaseFeeRateInstructionDataArgs["defaultBaseFeeRate"];
        feeAuthority: TransactionSigner<TAccountFeeAuthority>;
        whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>;
    }

    Type Parameters

    • TAccountWhirlpoolsConfig extends string = string
    • TAccountAdaptiveFeeTier extends string = string
    • TAccountFeeAuthority extends string = string
    Index

    Properties

    adaptiveFeeTier: Address<TAccountAdaptiveFeeTier>
    feeAuthority: TransactionSigner<TAccountFeeAuthority>
    whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>