Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-token-metadata
UpdateMetadataAccountInstruction
Type Alias UpdateMetadataAccountInstruction<TProgram, TAccountMetadata, TAccountUpdateAuthority, TRemainingAccounts>
UpdateMetadataAccountInstruction
:
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
TOKEN_METADATA_PROGRAM_ADDRESS
TAccountMetadata
extends
string
|
AccountMeta
=
string
TAccountUpdateAuthority
extends
string
|
AccountMeta
=
string
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...