Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
RescueTokensInstruction
Type Alias RescueTokensInstruction<TProgram, TAccountMiner, TAccountAuthority, TAccountMinerTokenAccount, TAccountDestinationTokenAccount, TAccountTokenProgram, TRemainingAccounts>
RescueTokensInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountMiner
extends
string
?
ReadonlyAccount
<
TAccountMiner
>
:
TAccountMiner
,
TAccountAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountAuthority
>
&
AccountSignerMeta
<
TAccountAuthority
,
>
:
TAccountAuthority
,
TAccountMinerTokenAccount
extends
string
?
WritableAccount
<
TAccountMinerTokenAccount
>
:
TAccountMinerTokenAccount
,
TAccountDestinationTokenAccount
extends
string
?
WritableAccount
<
TAccountDestinationTokenAccount
>
:
TAccountDestinationTokenAccount
,
TAccountTokenProgram
extends
string
?
ReadonlyAccount
<
TAccountTokenProgram
>
:
TAccountTokenProgram
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
QUARRY_MINE_PROGRAM_ADDRESS
TAccountMiner
extends
string
|
AccountMeta
=
string
TAccountAuthority
extends
string
|
AccountMeta
=
string
TAccountMinerTokenAccount
extends
string
|
AccountMeta
=
string
TAccountDestinationTokenAccount
extends
string
|
AccountMeta
=
string
TAccountTokenProgram
extends
string
|
AccountMeta
=
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...