Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-orca-whirlpools
OpenBundledPositionInstruction
Type Alias OpenBundledPositionInstruction<TProgram, TAccountBundledPosition, TAccountPositionBundle, TAccountPositionBundleTokenAccount, TAccountPositionBundleAuthority, TAccountWhirlpool, TAccountFunder, TAccountSystemProgram, TAccountRent, TRemainingAccounts>
OpenBundledPositionInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountBundledPosition
extends
string
?
WritableAccount
<
TAccountBundledPosition
>
:
TAccountBundledPosition
,
TAccountPositionBundle
extends
string
?
WritableAccount
<
TAccountPositionBundle
>
:
TAccountPositionBundle
,
TAccountPositionBundleTokenAccount
extends
string
?
ReadonlyAccount
<
TAccountPositionBundleTokenAccount
>
:
TAccountPositionBundleTokenAccount
,
TAccountPositionBundleAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountPositionBundleAuthority
>
&
AccountSignerMeta
<
TAccountPositionBundleAuthority
,
>
:
TAccountPositionBundleAuthority
,
TAccountWhirlpool
extends
string
?
ReadonlyAccount
<
TAccountWhirlpool
>
:
TAccountWhirlpool
,
TAccountFunder
extends
string
?
WritableSignerAccount
<
TAccountFunder
>
&
AccountSignerMeta
<
TAccountFunder
,
>
:
TAccountFunder
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
TAccountRent
extends
string
?
ReadonlyAccount
<
TAccountRent
>
:
TAccountRent
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
WHIRLPOOL_PROGRAM_ADDRESS
TAccountBundledPosition
extends
string
|
AccountMeta
=
string
TAccountPositionBundle
extends
string
|
AccountMeta
=
string
TAccountPositionBundleTokenAccount
extends
string
|
AccountMeta
=
string
TAccountPositionBundleAuthority
extends
string
|
AccountMeta
=
string
TAccountWhirlpool
extends
string
|
AccountMeta
=
string
TAccountFunder
extends
string
|
AccountMeta
=
string
TAccountSystemProgram
extends
string
|
AccountMeta
=
"11111111111111111111111111111111"
TAccountRent
extends
string
|
AccountMeta
=
"SysvarRent111111111111111111111111111111111"
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...