Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-bubblegum
CollectV2Instruction
Type Alias CollectV2Instruction<TProgram, TAccountTreeAuthority, TAccountDestination, TRemainingAccounts>
CollectV2Instruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountTreeAuthority
extends
string
?
WritableAccount
<
TAccountTreeAuthority
>
:
TAccountTreeAuthority
,
TAccountDestination
extends
string
?
WritableAccount
<
TAccountDestination
>
:
TAccountDestination
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
BUBBLEGUM_PROGRAM_ADDRESS
TAccountTreeAuthority
extends
string
|
AccountMeta
<
string
>
=
string
TAccountDestination
extends
string
|
AccountMeta
<
string
>
=
string
TRemainingAccounts
extends
readonly
AccountMeta
<
string
>
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...