Preparing search index...
The search index is not available
Documentation
Documentation
@orca-so/whirlpools-client
ParsedDeletePositionBundleInstruction
Type Alias ParsedDeletePositionBundleInstruction<TProgram, TAccountMetas>
ParsedDeletePositionBundleInstruction
:
{
accounts
:
{
positionBundle
:
TAccountMetas
[
0
]
;
positionBundleMint
:
TAccountMetas
[
1
]
;
positionBundleOwner
:
TAccountMetas
[
3
]
;
positionBundleTokenAccount
:
TAccountMetas
[
2
]
;
receiver
:
TAccountMetas
[
4
]
;
tokenProgram
:
TAccountMetas
[
5
]
;
}
;
data
:
DeletePositionBundleInstructionData
;
programAddress
:
Address
<
TProgram
>
;
}
Type Parameters
TProgram
extends
string
=
typeof
WHIRLPOOL_PROGRAM_ADDRESS
TAccountMetas
extends
readonly
IAccountMeta
[]
=
readonly
IAccountMeta
[]
Type declaration
accounts
:
{
positionBundle
:
TAccountMetas
[
0
]
;
positionBundleMint
:
TAccountMetas
[
1
]
;
positionBundleOwner
:
TAccountMetas
[
3
]
;
positionBundleTokenAccount
:
TAccountMetas
[
2
]
;
receiver
:
TAccountMetas
[
4
]
;
tokenProgram
:
TAccountMetas
[
5
]
;
}
data
:
DeletePositionBundleInstructionData
programAddress
:
Address
<
TProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...