Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-orca-whirlpools
InitializeFeeTierInput
Interface InitializeFeeTierInput<TAccountConfig, TAccountFeeTier, TAccountFunder, TAccountFeeAuthority, TAccountSystemProgram>
interface
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
:
number
;
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
;
feeTier
:
Address
<
TAccountFeeTier
>
;
funder
:
TransactionSigner
<
TAccountFunder
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
tickSpacing
:
number
;
}
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
:
number
fee
Authority
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
fee
Tier
feeTier
:
Address
<
TAccountFeeTier
>
funder
funder
:
TransactionSigner
<
TAccountFunder
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
tick
Spacing
tickSpacing
:
number
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
Coda by Ian Macalinao
Loading...