Documentation
Preparing search index...
@orca-so/whirlpools-client
CloseBundledPositionInput
Type Alias CloseBundledPositionInput<TAccountBundledPosition, TAccountPositionBundle, TAccountPositionBundleTokenAccount, TAccountPositionBundleAuthority, TAccountReceiver>
type
CloseBundledPositionInput
<
TAccountBundledPosition
extends
string
=
string
,
TAccountPositionBundle
extends
string
=
string
,
TAccountPositionBundleTokenAccount
extends
string
=
string
,
TAccountPositionBundleAuthority
extends
string
=
string
,
TAccountReceiver
extends
string
=
string
,
>
=
{
bundledPosition
:
Address
<
TAccountBundledPosition
>
;
bundleIndex
:
CloseBundledPositionInstructionDataArgs
[
"bundleIndex"
]
;
positionBundle
:
Address
<
TAccountPositionBundle
>
;
positionBundleAuthority
:
TransactionSigner
<
TAccountPositionBundleAuthority
>
;
positionBundleTokenAccount
:
Address
<
TAccountPositionBundleTokenAccount
>
;
receiver
:
Address
<
TAccountReceiver
>
;
}
Type Parameters
TAccountBundledPosition
extends
string
=
string
TAccountPositionBundle
extends
string
=
string
TAccountPositionBundleTokenAccount
extends
string
=
string
TAccountPositionBundleAuthority
extends
string
=
string
TAccountReceiver
extends
string
=
string
Index
Properties
bundled
Position
bundle
Index
position
Bundle
position
Bundle
Authority
position
Bundle
Token
Account
receiver
Properties
bundled
Position
bundledPosition
:
Address
<
TAccountBundledPosition
>
bundle
Index
bundleIndex
:
CloseBundledPositionInstructionDataArgs
[
"bundleIndex"
]
position
Bundle
positionBundle
:
Address
<
TAccountPositionBundle
>
position
Bundle
Authority
positionBundleAuthority
:
TransactionSigner
<
TAccountPositionBundleAuthority
>
position
Bundle
Token
Account
positionBundleTokenAccount
:
Address
<
TAccountPositionBundleTokenAccount
>
receiver
receiver
:
Address
<
TAccountReceiver
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundled
Position
bundle
Index
position
Bundle
position
Bundle
Authority
position
Bundle
Token
Account
receiver
Documentation
Loading...