Documentation
Preparing search index...
@orca-so/whirlpools-client
InitializeAdaptiveFeeTierInput
Type Alias InitializeAdaptiveFeeTierInput<TAccountWhirlpoolsConfig, TAccountAdaptiveFeeTier, TAccountFunder, TAccountFeeAuthority, TAccountSystemProgram>
type
InitializeAdaptiveFeeTierInput
<
TAccountWhirlpoolsConfig
extends
string
=
string
,
TAccountAdaptiveFeeTier
extends
string
=
string
,
TAccountFunder
extends
string
=
string
,
TAccountFeeAuthority
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
adaptiveFeeControlFactor
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"adaptiveFeeControlFactor"
]
;
adaptiveFeeTier
:
Address
<
TAccountAdaptiveFeeTier
>
;
decayPeriod
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"decayPeriod"
]
;
defaultBaseFeeRate
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"defaultBaseFeeRate"
]
;
delegatedFeeAuthority
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"delegatedFeeAuthority"
]
;
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
;
feeTierIndex
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"feeTierIndex"
]
;
filterPeriod
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"filterPeriod"
]
;
funder
:
TransactionSigner
<
TAccountFunder
>
;
initializePoolAuthority
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"initializePoolAuthority"
]
;
majorSwapThresholdTicks
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"majorSwapThresholdTicks"
]
;
maxVolatilityAccumulator
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"maxVolatilityAccumulator"
]
;
reductionFactor
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"reductionFactor"
]
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
tickGroupSize
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"tickGroupSize"
]
;
tickSpacing
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"tickSpacing"
]
;
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
;
}
Type Parameters
TAccountWhirlpoolsConfig
extends
string
=
string
TAccountAdaptiveFeeTier
extends
string
=
string
TAccountFunder
extends
string
=
string
TAccountFeeAuthority
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
adaptive
Fee
Control
Factor
adaptive
Fee
Tier
decay
Period
default
Base
Fee
Rate
delegated
Fee
Authority
fee
Authority
fee
Tier
Index
filter
Period
funder
initialize
Pool
Authority
major
Swap
Threshold
Ticks
max
Volatility
Accumulator
reduction
Factor
system
Program?
tick
Group
Size
tick
Spacing
whirlpools
Config
Properties
adaptive
Fee
Control
Factor
adaptiveFeeControlFactor
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"adaptiveFeeControlFactor"
]
adaptive
Fee
Tier
adaptiveFeeTier
:
Address
<
TAccountAdaptiveFeeTier
>
decay
Period
decayPeriod
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"decayPeriod"
]
default
Base
Fee
Rate
defaultBaseFeeRate
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"defaultBaseFeeRate"
]
delegated
Fee
Authority
delegatedFeeAuthority
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"delegatedFeeAuthority"
]
fee
Authority
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
fee
Tier
Index
feeTierIndex
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"feeTierIndex"
]
filter
Period
filterPeriod
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"filterPeriod"
]
funder
funder
:
TransactionSigner
<
TAccountFunder
>
initialize
Pool
Authority
initializePoolAuthority
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"initializePoolAuthority"
]
major
Swap
Threshold
Ticks
majorSwapThresholdTicks
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"majorSwapThresholdTicks"
]
max
Volatility
Accumulator
maxVolatilityAccumulator
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"maxVolatilityAccumulator"
]
reduction
Factor
reductionFactor
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"reductionFactor"
]
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
tick
Group
Size
tickGroupSize
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"tickGroupSize"
]
tick
Spacing
tickSpacing
:
InitializeAdaptiveFeeTierInstructionDataArgs
[
"tickSpacing"
]
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
default
Base
Fee
Rate
delegated
Fee
Authority
fee
Authority
fee
Tier
Index
filter
Period
funder
initialize
Pool
Authority
major
Swap
Threshold
Ticks
max
Volatility
Accumulator
reduction
Factor
system
Program
tick
Group
Size
tick
Spacing
whirlpools
Config
Documentation
Loading...