Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-token-metadata
VerifyCollectionInstruction
Type Alias VerifyCollectionInstruction<TProgram, TAccountMetadata, TAccountCollectionAuthority, TAccountPayer, TAccountCollectionMint, TAccountCollection, TAccountCollectionMasterEditionAccount, TAccountCollectionAuthorityRecord, TRemainingAccounts>
VerifyCollectionInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountMetadata
extends
string
?
WritableAccount
<
TAccountMetadata
>
:
TAccountMetadata
,
TAccountCollectionAuthority
extends
string
?
WritableSignerAccount
<
TAccountCollectionAuthority
>
&
AccountSignerMeta
<
TAccountCollectionAuthority
,
>
:
TAccountCollectionAuthority
,
TAccountPayer
extends
string
?
WritableSignerAccount
<
TAccountPayer
>
&
AccountSignerMeta
<
TAccountPayer
,
>
:
TAccountPayer
,
TAccountCollectionMint
extends
string
?
ReadonlyAccount
<
TAccountCollectionMint
>
:
TAccountCollectionMint
,
TAccountCollection
extends
string
?
ReadonlyAccount
<
TAccountCollection
>
:
TAccountCollection
,
TAccountCollectionMasterEditionAccount
extends
string
?
ReadonlyAccount
<
TAccountCollectionMasterEditionAccount
>
:
TAccountCollectionMasterEditionAccount
,
...
(
TAccountCollectionAuthorityRecord
extends
undefined
?
[
]
:
[
TAccountCollectionAuthorityRecord
extends
string
?
ReadonlyAccount
<
TAccountCollectionAuthorityRecord
>
:
TAccountCollectionAuthorityRecord
,
]
)
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
TOKEN_METADATA_PROGRAM_ADDRESS
TAccountMetadata
extends
string
|
AccountMeta
=
string
TAccountCollectionAuthority
extends
string
|
AccountMeta
=
string
TAccountPayer
extends
string
|
AccountMeta
=
string
TAccountCollectionMint
extends
string
|
AccountMeta
=
string
TAccountCollection
extends
string
|
AccountMeta
=
string
TAccountCollectionMasterEditionAccount
extends
string
|
AccountMeta
=
string
TAccountCollectionAuthorityRecord
extends
string
|
AccountMeta
|
undefined
=
undefined
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...