Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-orca-whirlpools
ParsedCloseBundledPositionInstruction
Interface ParsedCloseBundledPositionInstruction<TProgram, TAccountMetas>
interface
ParsedCloseBundledPositionInstruction
<
TProgram
extends
string
=
typeof
WHIRLPOOL_PROGRAM_ADDRESS
,
TAccountMetas
extends
readonly
AccountMeta
[]
=
readonly
AccountMeta
[]
,
>
{
accounts
:
{
bundledPosition
:
TAccountMetas
[
0
]
;
positionBundle
:
TAccountMetas
[
1
]
;
positionBundleAuthority
:
TAccountMetas
[
3
]
;
positionBundleTokenAccount
:
TAccountMetas
[
2
]
;
receiver
:
TAccountMetas
[
4
]
;
}
;
data
:
CloseBundledPositionInstructionData
;
programAddress
:
Address
<
TProgram
>
;
}
Type Parameters
TProgram
extends
string
=
typeof
WHIRLPOOL_PROGRAM_ADDRESS
TAccountMetas
extends
readonly
AccountMeta
[]
=
readonly
AccountMeta
[]
Index
Properties
accounts
data
program
Address
Properties
accounts
accounts
:
{
bundledPosition
:
TAccountMetas
[
0
]
;
positionBundle
:
TAccountMetas
[
1
]
;
positionBundleAuthority
:
TAccountMetas
[
3
]
;
positionBundleTokenAccount
:
TAccountMetas
[
2
]
;
receiver
:
TAccountMetas
[
4
]
;
}
data
data
:
CloseBundledPositionInstructionData
program
Address
programAddress
:
Address
<
TProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accounts
data
program
Address
Coda by Ian Macalinao
Loading...