Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-orca-whirlpools
CloseBundledPositionInstruction
Type Alias CloseBundledPositionInstruction<TProgram, TAccountBundledPosition, TAccountPositionBundle, TAccountPositionBundleTokenAccount, TAccountPositionBundleAuthority, TAccountReceiver, TRemainingAccounts>
CloseBundledPositionInstruction
:
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
,
TAccountReceiver
extends
string
?
WritableAccount
<
TAccountReceiver
>
:
TAccountReceiver
,
...
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
TAccountReceiver
extends
string
|
AccountMeta
=
string
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...