@metaplex-foundation/mpl-token-metadata-kit - v0.0.1
Preparing search index...
UpdateMetadataAccountV2Instruction
Type Alias UpdateMetadataAccountV2Instruction<TProgram, TAccountMetadata, TAccountUpdateAuthority, TRemainingAccounts>
UpdateMetadataAccountV2Instruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountMetadata
extends
string
?
WritableAccount
<
TAccountMetadata
>
:
TAccountMetadata
,
TAccountUpdateAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountUpdateAuthority
>
&
AccountSignerMeta
<
TAccountUpdateAuthority
,
>
:
TAccountUpdateAuthority
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
MPL_TOKEN_METADATA_PROGRAM_ADDRESS
TAccountMetadata
extends
string
|
AccountMeta
<
string
>
=
string
TAccountUpdateAuthority
extends
string
|
AccountMeta
<
string
>
=
string
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...