Documentation
Preparing search index...
@orca-so/whirlpools-client
RepositionLiquidityV2Instruction
Type Alias RepositionLiquidityV2Instruction<TProgram, TAccountWhirlpool, TAccountTokenProgramA, TAccountTokenProgramB, TAccountMemoProgram, TAccountPositionAuthority, TAccountFunder, TAccountPosition, TAccountPositionTokenAccount, TAccountTokenMintA, TAccountTokenMintB, TAccountTokenOwnerAccountA, TAccountTokenOwnerAccountB, TAccountTokenVaultA, TAccountTokenVaultB, TAccountExistingTickArrayLower, TAccountExistingTickArrayUpper, TAccountNewTickArrayLower, TAccountNewTickArrayUpper, TAccountSystemProgram, TRemainingAccounts>
RepositionLiquidityV2Instruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountWhirlpool
extends
string
?
WritableAccount
<
TAccountWhirlpool
>
:
TAccountWhirlpool
,
TAccountTokenProgramA
extends
string
?
ReadonlyAccount
<
TAccountTokenProgramA
>
:
TAccountTokenProgramA
,
TAccountTokenProgramB
extends
string
?
ReadonlyAccount
<
TAccountTokenProgramB
>
:
TAccountTokenProgramB
,
TAccountMemoProgram
extends
string
?
ReadonlyAccount
<
TAccountMemoProgram
>
:
TAccountMemoProgram
,
TAccountPositionAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountPositionAuthority
>
&
AccountSignerMeta
<
TAccountPositionAuthority
,
>
:
TAccountPositionAuthority
,
TAccountFunder
extends
string
?
WritableSignerAccount
<
TAccountFunder
>
&
AccountSignerMeta
<
TAccountFunder
,
>
:
TAccountFunder
,
TAccountPosition
extends
string
?
WritableAccount
<
TAccountPosition
>
:
TAccountPosition
,
TAccountPositionTokenAccount
extends
string
?
ReadonlyAccount
<
TAccountPositionTokenAccount
>
:
TAccountPositionTokenAccount
,
TAccountTokenMintA
extends
string
?
ReadonlyAccount
<
TAccountTokenMintA
>
:
TAccountTokenMintA
,
TAccountTokenMintB
extends
string
?
ReadonlyAccount
<
TAccountTokenMintB
>
:
TAccountTokenMintB
,
TAccountTokenOwnerAccountA
extends
string
?
WritableAccount
<
TAccountTokenOwnerAccountA
>
:
TAccountTokenOwnerAccountA
,
TAccountTokenOwnerAccountB
extends
string
?
WritableAccount
<
TAccountTokenOwnerAccountB
>
:
TAccountTokenOwnerAccountB
,
TAccountTokenVaultA
extends
string
?
WritableAccount
<
TAccountTokenVaultA
>
:
TAccountTokenVaultA
,
TAccountTokenVaultB
extends
string
?
WritableAccount
<
TAccountTokenVaultB
>
:
TAccountTokenVaultB
,
TAccountExistingTickArrayLower
extends
string
?
WritableAccount
<
TAccountExistingTickArrayLower
>
:
TAccountExistingTickArrayLower
,
TAccountExistingTickArrayUpper
extends
string
?
WritableAccount
<
TAccountExistingTickArrayUpper
>
:
TAccountExistingTickArrayUpper
,
TAccountNewTickArrayLower
extends
string
?
WritableAccount
<
TAccountNewTickArrayLower
>
:
TAccountNewTickArrayLower
,
TAccountNewTickArrayUpper
extends
string
?
WritableAccount
<
TAccountNewTickArrayUpper
>
:
TAccountNewTickArrayUpper
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
WHIRLPOOL_PROGRAM_ADDRESS
TAccountWhirlpool
extends
string
|
AccountMeta
<
string
>
=
string
TAccountTokenProgramA
extends
string
|
AccountMeta
<
string
>
=
string
TAccountTokenProgramB
extends
string
|
AccountMeta
<
string
>
=
string
TAccountMemoProgram
extends
string
|
AccountMeta
<
string
>
=
"MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"
TAccountPositionAuthority
extends
string
|
AccountMeta
<
string
>
=
string
TAccountFunder
extends
string
|
AccountMeta
<
string
>
=
string
TAccountPosition
extends
string
|
AccountMeta
<
string
>
=
string
TAccountPositionTokenAccount
extends
string
|
AccountMeta
<
string
>
=
string
TAccountTokenMintA
extends
string
|
AccountMeta
<
string
>
=
string
TAccountTokenMintB
extends
string
|
AccountMeta
<
string
>
=
string
TAccountTokenOwnerAccountA
extends
string
|
AccountMeta
<
string
>
=
string
TAccountTokenOwnerAccountB
extends
string
|
AccountMeta
<
string
>
=
string
TAccountTokenVaultA
extends
string
|
AccountMeta
<
string
>
=
string
TAccountTokenVaultB
extends
string
|
AccountMeta
<
string
>
=
string
TAccountExistingTickArrayLower
extends
string
|
AccountMeta
<
string
>
=
string
TAccountExistingTickArrayUpper
extends
string
|
AccountMeta
<
string
>
=
string
TAccountNewTickArrayLower
extends
string
|
AccountMeta
<
string
>
=
string
TAccountNewTickArrayUpper
extends
string
|
AccountMeta
<
string
>
=
string
TAccountSystemProgram
extends
string
|
AccountMeta
<
string
>
=
"11111111111111111111111111111111"
TRemainingAccounts
extends
readonly
AccountMeta
<
string
>
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...