Type Alias SetDefaultFeeRateInput<TAccountWhirlpoolsConfig, TAccountFeeTier, TAccountFeeAuthority>

SetDefaultFeeRateInput: {
    defaultFeeRate: SetDefaultFeeRateInstructionDataArgs["defaultFeeRate"];
    feeAuthority: TransactionSigner<TAccountFeeAuthority>;
    feeTier: Address<TAccountFeeTier>;
    whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>;
}

Type Parameters

  • TAccountWhirlpoolsConfig extends string = string
  • TAccountFeeTier extends string = string
  • TAccountFeeAuthority extends string = string

Type declaration