Documentation
Preparing search index...
@orca-so/whirlpools-client
InitializeFeeTierInput
Type Alias InitializeFeeTierInput<TAccountConfig, TAccountFeeTier, TAccountFunder, TAccountFeeAuthority, TAccountSystemProgram>
type
InitializeFeeTierInput
<
TAccountConfig
extends
string
=
string
,
TAccountFeeTier
extends
string
=
string
,
TAccountFunder
extends
string
=
string
,
TAccountFeeAuthority
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
config
:
Address
<
TAccountConfig
>
;
defaultFeeRate
:
InitializeFeeTierInstructionDataArgs
[
"defaultFeeRate"
]
;
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
;
feeTier
:
Address
<
TAccountFeeTier
>
;
funder
:
TransactionSigner
<
TAccountFunder
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
tickSpacing
:
InitializeFeeTierInstructionDataArgs
[
"tickSpacing"
]
;
}
Type Parameters
TAccountConfig
extends
string
=
string
TAccountFeeTier
extends
string
=
string
TAccountFunder
extends
string
=
string
TAccountFeeAuthority
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
config
default
Fee
Rate
fee
Authority
fee
Tier
funder
system
Program?
tick
Spacing
Properties
config
config
:
Address
<
TAccountConfig
>
default
Fee
Rate
defaultFeeRate
:
InitializeFeeTierInstructionDataArgs
[
"defaultFeeRate"
]
fee
Authority
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
fee
Tier
feeTier
:
Address
<
TAccountFeeTier
>
funder
funder
:
TransactionSigner
<
TAccountFunder
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
tick
Spacing
tickSpacing
:
InitializeFeeTierInstructionDataArgs
[
"tickSpacing"
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
default
Fee
Rate
fee
Authority
fee
Tier
funder
system
Program
tick
Spacing
Documentation
Loading...