Documentation
Preparing search index...
@orca-so/whirlpools-client
InitializeTickArrayInput
Type Alias InitializeTickArrayInput<TAccountWhirlpool, TAccountFunder, TAccountTickArray, TAccountSystemProgram>
type
InitializeTickArrayInput
<
TAccountWhirlpool
extends
string
=
string
,
TAccountFunder
extends
string
=
string
,
TAccountTickArray
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
funder
:
TransactionSigner
<
TAccountFunder
>
;
startTickIndex
:
InitializeTickArrayInstructionDataArgs
[
"startTickIndex"
]
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
tickArray
:
Address
<
TAccountTickArray
>
;
whirlpool
:
Address
<
TAccountWhirlpool
>
;
}
Type Parameters
TAccountWhirlpool
extends
string
=
string
TAccountFunder
extends
string
=
string
TAccountTickArray
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
funder
start
Tick
Index
system
Program?
tick
Array
whirlpool
Properties
funder
funder
:
TransactionSigner
<
TAccountFunder
>
start
Tick
Index
startTickIndex
:
InitializeTickArrayInstructionDataArgs
[
"startTickIndex"
]
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
tick
Array
tickArray
:
Address
<
TAccountTickArray
>
whirlpool
whirlpool
:
Address
<
TAccountWhirlpool
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
funder
start
Tick
Index
system
Program
tick
Array
whirlpool
Documentation
Loading...