Type Alias SetFeeRateInput<TAccountWhirlpoolsConfig, TAccountWhirlpool, TAccountFeeAuthority>

SetFeeRateInput: {
    feeAuthority: TransactionSigner<TAccountFeeAuthority>;
    feeRate: SetFeeRateInstructionDataArgs["feeRate"];
    whirlpool: Address<TAccountWhirlpool>;
    whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>;
}

Type Parameters

  • TAccountWhirlpoolsConfig extends string = string
  • TAccountWhirlpool extends string = string
  • TAccountFeeAuthority extends string = string

Type declaration