Documentation
Preparing search index...
@orca-so/whirlpools-client
OpenBundledPositionInput
Type Alias OpenBundledPositionInput<TAccountBundledPosition, TAccountPositionBundle, TAccountPositionBundleTokenAccount, TAccountPositionBundleAuthority, TAccountWhirlpool, TAccountFunder, TAccountSystemProgram, TAccountRent>
type
OpenBundledPositionInput
<
TAccountBundledPosition
extends
string
=
string
,
TAccountPositionBundle
extends
string
=
string
,
TAccountPositionBundleTokenAccount
extends
string
=
string
,
TAccountPositionBundleAuthority
extends
string
=
string
,
TAccountWhirlpool
extends
string
=
string
,
TAccountFunder
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
TAccountRent
extends
string
=
string
,
>
=
{
bundledPosition
:
Address
<
TAccountBundledPosition
>
;
bundleIndex
:
OpenBundledPositionInstructionDataArgs
[
"bundleIndex"
]
;
funder
:
TransactionSigner
<
TAccountFunder
>
;
positionBundle
:
Address
<
TAccountPositionBundle
>
;
positionBundleAuthority
:
TransactionSigner
<
TAccountPositionBundleAuthority
>
;
positionBundleTokenAccount
:
Address
<
TAccountPositionBundleTokenAccount
>
;
rent
?:
Address
<
TAccountRent
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
tickLowerIndex
:
OpenBundledPositionInstructionDataArgs
[
"tickLowerIndex"
]
;
tickUpperIndex
:
OpenBundledPositionInstructionDataArgs
[
"tickUpperIndex"
]
;
whirlpool
:
Address
<
TAccountWhirlpool
>
;
}
Type Parameters
TAccountBundledPosition
extends
string
=
string
TAccountPositionBundle
extends
string
=
string
TAccountPositionBundleTokenAccount
extends
string
=
string
TAccountPositionBundleAuthority
extends
string
=
string
TAccountWhirlpool
extends
string
=
string
TAccountFunder
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
TAccountRent
extends
string
=
string
Index
Properties
bundled
Position
bundle
Index
funder
position
Bundle
position
Bundle
Authority
position
Bundle
Token
Account
rent?
system
Program?
tick
Lower
Index
tick
Upper
Index
whirlpool
Properties
bundled
Position
bundledPosition
:
Address
<
TAccountBundledPosition
>
bundle
Index
bundleIndex
:
OpenBundledPositionInstructionDataArgs
[
"bundleIndex"
]
funder
funder
:
TransactionSigner
<
TAccountFunder
>
position
Bundle
positionBundle
:
Address
<
TAccountPositionBundle
>
position
Bundle
Authority
positionBundleAuthority
:
TransactionSigner
<
TAccountPositionBundleAuthority
>
position
Bundle
Token
Account
positionBundleTokenAccount
:
Address
<
TAccountPositionBundleTokenAccount
>
Optional
rent
rent
?:
Address
<
TAccountRent
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
tick
Lower
Index
tickLowerIndex
:
OpenBundledPositionInstructionDataArgs
[
"tickLowerIndex"
]
tick
Upper
Index
tickUpperIndex
:
OpenBundledPositionInstructionDataArgs
[
"tickUpperIndex"
]
whirlpool
whirlpool
:
Address
<
TAccountWhirlpool
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundled
Position
bundle
Index
funder
position
Bundle
position
Bundle
Authority
position
Bundle
Token
Account
rent
system
Program
tick
Lower
Index
tick
Upper
Index
whirlpool
Documentation
Loading...