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