@metaplex-foundation/mpl-token-metadata-kit - v0.0.1
Preparing search index...
VerifyCollectionV1Instruction
Type Alias VerifyCollectionV1Instruction<TProgram, TAccountAuthority, TAccountDelegateRecord, TAccountMetadata, TAccountCollectionMint, TAccountCollectionMetadata, TAccountCollectionMasterEdition, TAccountSystemProgram, TAccountSysvarInstructions, TRemainingAccounts>
VerifyCollectionV1Instruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountAuthority
>
&
AccountSignerMeta
<
TAccountAuthority
,
>
:
TAccountAuthority
,
TAccountDelegateRecord
extends
string
?
ReadonlyAccount
<
TAccountDelegateRecord
>
:
TAccountDelegateRecord
,
TAccountMetadata
extends
string
?
WritableAccount
<
TAccountMetadata
>
:
TAccountMetadata
,
TAccountCollectionMint
extends
string
?
ReadonlyAccount
<
TAccountCollectionMint
>
:
TAccountCollectionMint
,
TAccountCollectionMetadata
extends
string
?
WritableAccount
<
TAccountCollectionMetadata
>
:
TAccountCollectionMetadata
,
TAccountCollectionMasterEdition
extends
string
?
ReadonlyAccount
<
TAccountCollectionMasterEdition
>
:
TAccountCollectionMasterEdition
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
TAccountSysvarInstructions
extends
string
?
ReadonlyAccount
<
TAccountSysvarInstructions
>
:
TAccountSysvarInstructions
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
MPL_TOKEN_METADATA_PROGRAM_ADDRESS
TAccountAuthority
extends
string
|
AccountMeta
<
string
>
=
string
TAccountDelegateRecord
extends
string
|
AccountMeta
<
string
>
=
string
TAccountMetadata
extends
string
|
AccountMeta
<
string
>
=
string
TAccountCollectionMint
extends
string
|
AccountMeta
<
string
>
=
string
TAccountCollectionMetadata
extends
string
|
AccountMeta
<
string
>
=
string
TAccountCollectionMasterEdition
extends
string
|
AccountMeta
<
string
>
=
string
TAccountSystemProgram
extends
string
|
AccountMeta
<
string
>
=
"11111111111111111111111111111111"
TAccountSysvarInstructions
extends
string
|
AccountMeta
<
string
>
=
"Sysvar1nstructions1111111111111111111111111"
TRemainingAccounts
extends
readonly
AccountMeta
<
string
>
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@metaplex-foundation/mpl-token-metadata-kit - v0.0.1
Loading...