Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-token-metadata
CollectInstruction
Type Alias CollectInstruction<TProgram, TAccountAuthority, TAccountRecipient, TRemainingAccounts>
CollectInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountAuthority
>
&
AccountSignerMeta
<
TAccountAuthority
,
>
:
TAccountAuthority
,
TAccountRecipient
extends
string
?
ReadonlyAccount
<
TAccountRecipient
>
:
TAccountRecipient
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
TOKEN_METADATA_PROGRAM_ADDRESS
TAccountAuthority
extends
string
|
AccountMeta
=
string
TAccountRecipient
extends
string
|
AccountMeta
=
string
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...