Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-orca-whirlpools
UpdateFeesAndRewardsInstruction
Type Alias UpdateFeesAndRewardsInstruction<TProgram, TAccountWhirlpool, TAccountPosition, TAccountTickArrayLower, TAccountTickArrayUpper, TRemainingAccounts>
UpdateFeesAndRewardsInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountWhirlpool
extends
string
?
WritableAccount
<
TAccountWhirlpool
>
:
TAccountWhirlpool
,
TAccountPosition
extends
string
?
WritableAccount
<
TAccountPosition
>
:
TAccountPosition
,
TAccountTickArrayLower
extends
string
?
ReadonlyAccount
<
TAccountTickArrayLower
>
:
TAccountTickArrayLower
,
TAccountTickArrayUpper
extends
string
?
ReadonlyAccount
<
TAccountTickArrayUpper
>
:
TAccountTickArrayUpper
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
WHIRLPOOL_PROGRAM_ADDRESS
TAccountWhirlpool
extends
string
|
AccountMeta
=
string
TAccountPosition
extends
string
|
AccountMeta
=
string
TAccountTickArrayLower
extends
string
|
AccountMeta
=
string
TAccountTickArrayUpper
extends
string
|
AccountMeta
=
string
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...