Type Alias SetProtocolFeeRateInput<TAccountWhirlpoolsConfig, TAccountWhirlpool, TAccountFeeAuthority>

SetProtocolFeeRateInput: {
    feeAuthority: TransactionSigner<TAccountFeeAuthority>;
    protocolFeeRate: SetProtocolFeeRateInstructionDataArgs["protocolFeeRate"];
    whirlpool: Address<TAccountWhirlpool>;
    whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>;
}

Type Parameters

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

Type declaration