Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-core
CreateCollectionV2Instruction
Type Alias CreateCollectionV2Instruction<TProgram, TAccountCollection, TAccountUpdateAuthority, TAccountPayer, TAccountSystemProgram, TRemainingAccounts>
CreateCollectionV2Instruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountCollection
extends
string
?
WritableSignerAccount
<
TAccountCollection
>
&
AccountSignerMeta
<
TAccountCollection
,
>
:
TAccountCollection
,
TAccountUpdateAuthority
extends
string
?
ReadonlyAccount
<
TAccountUpdateAuthority
>
:
TAccountUpdateAuthority
,
TAccountPayer
extends
string
?
WritableSignerAccount
<
TAccountPayer
>
&
AccountSignerMeta
<
TAccountPayer
,
>
:
TAccountPayer
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
MPL_CORE_PROGRAM_PROGRAM_ADDRESS
TAccountCollection
extends
string
|
AccountMeta
<
string
>
=
string
TAccountUpdateAuthority
extends
string
|
AccountMeta
<
string
>
=
string
TAccountPayer
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
Coda by Ian Macalinao
Loading...