Documentation
Preparing search index...
@orca-so/whirlpools-client
SetPresetAdaptiveFeeConstantsInput
Type Alias SetPresetAdaptiveFeeConstantsInput<TAccountWhirlpoolsConfig, TAccountAdaptiveFeeTier, TAccountFeeAuthority>
type
SetPresetAdaptiveFeeConstantsInput
<
TAccountWhirlpoolsConfig
extends
string
=
string
,
TAccountAdaptiveFeeTier
extends
string
=
string
,
TAccountFeeAuthority
extends
string
=
string
,
>
=
{
adaptiveFeeControlFactor
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"adaptiveFeeControlFactor"
]
;
adaptiveFeeTier
:
Address
<
TAccountAdaptiveFeeTier
>
;
decayPeriod
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"decayPeriod"
]
;
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
;
filterPeriod
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"filterPeriod"
]
;
majorSwapThresholdTicks
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"majorSwapThresholdTicks"
]
;
maxVolatilityAccumulator
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"maxVolatilityAccumulator"
]
;
reductionFactor
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"reductionFactor"
]
;
tickGroupSize
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"tickGroupSize"
]
;
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
;
}
Type Parameters
TAccountWhirlpoolsConfig
extends
string
=
string
TAccountAdaptiveFeeTier
extends
string
=
string
TAccountFeeAuthority
extends
string
=
string
Index
Properties
adaptive
Fee
Control
Factor
adaptive
Fee
Tier
decay
Period
fee
Authority
filter
Period
major
Swap
Threshold
Ticks
max
Volatility
Accumulator
reduction
Factor
tick
Group
Size
whirlpools
Config
Properties
adaptive
Fee
Control
Factor
adaptiveFeeControlFactor
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"adaptiveFeeControlFactor"
]
adaptive
Fee
Tier
adaptiveFeeTier
:
Address
<
TAccountAdaptiveFeeTier
>
decay
Period
decayPeriod
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"decayPeriod"
]
fee
Authority
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
filter
Period
filterPeriod
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"filterPeriod"
]
major
Swap
Threshold
Ticks
majorSwapThresholdTicks
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"majorSwapThresholdTicks"
]
max
Volatility
Accumulator
maxVolatilityAccumulator
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"maxVolatilityAccumulator"
]
reduction
Factor
reductionFactor
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"reductionFactor"
]
tick
Group
Size
tickGroupSize
:
SetPresetAdaptiveFeeConstantsInstructionDataArgs
[
"tickGroupSize"
]
whirlpools
Config
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
adaptive
Fee
Control
Factor
adaptive
Fee
Tier
decay
Period
fee
Authority
filter
Period
major
Swap
Threshold
Ticks
max
Volatility
Accumulator
reduction
Factor
tick
Group
Size
whirlpools
Config
Documentation
Loading...