Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-bubblegum
UpdateMetadataInstruction
Type Alias UpdateMetadataInstruction<TProgram, TAccountTreeAuthority, TAccountAuthority, TAccountCollectionMint, TAccountCollectionMetadata, TAccountCollectionAuthorityRecordPda, TAccountLeafOwner, TAccountLeafDelegate, TAccountPayer, TAccountMerkleTree, TAccountLogWrapper, TAccountCompressionProgram, TAccountTokenMetadataProgram, TAccountSystemProgram, TRemainingAccounts>
UpdateMetadataInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountTreeAuthority
extends
string
?
ReadonlyAccount
<
TAccountTreeAuthority
>
:
TAccountTreeAuthority
,
TAccountAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountAuthority
>
&
AccountSignerMeta
<
TAccountAuthority
,
>
:
TAccountAuthority
,
TAccountCollectionMint
extends
string
?
ReadonlyAccount
<
TAccountCollectionMint
>
:
TAccountCollectionMint
,
TAccountCollectionMetadata
extends
string
?
ReadonlyAccount
<
TAccountCollectionMetadata
>
:
TAccountCollectionMetadata
,
TAccountCollectionAuthorityRecordPda
extends
string
?
ReadonlyAccount
<
TAccountCollectionAuthorityRecordPda
>
:
TAccountCollectionAuthorityRecordPda
,
TAccountLeafOwner
extends
string
?
ReadonlyAccount
<
TAccountLeafOwner
>
:
TAccountLeafOwner
,
TAccountLeafDelegate
extends
string
?
ReadonlyAccount
<
TAccountLeafDelegate
>
:
TAccountLeafDelegate
,
TAccountPayer
extends
string
?
ReadonlySignerAccount
<
TAccountPayer
>
&
AccountSignerMeta
<
TAccountPayer
,
>
:
TAccountPayer
,
TAccountMerkleTree
extends
string
?
WritableAccount
<
TAccountMerkleTree
>
:
TAccountMerkleTree
,
TAccountLogWrapper
extends
string
?
ReadonlyAccount
<
TAccountLogWrapper
>
:
TAccountLogWrapper
,
TAccountCompressionProgram
extends
string
?
ReadonlyAccount
<
TAccountCompressionProgram
>
:
TAccountCompressionProgram
,
TAccountTokenMetadataProgram
extends
string
?
ReadonlyAccount
<
TAccountTokenMetadataProgram
>
:
TAccountTokenMetadataProgram
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
BUBBLEGUM_PROGRAM_ADDRESS
TAccountTreeAuthority
extends
string
|
AccountMeta
<
string
>
=
string
TAccountAuthority
extends
string
|
AccountMeta
<
string
>
=
string
TAccountCollectionMint
extends
string
|
AccountMeta
<
string
>
=
string
TAccountCollectionMetadata
extends
string
|
AccountMeta
<
string
>
=
string
TAccountCollectionAuthorityRecordPda
extends
string
|
AccountMeta
<
string
>
=
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY"
TAccountLeafOwner
extends
string
|
AccountMeta
<
string
>
=
string
TAccountLeafDelegate
extends
string
|
AccountMeta
<
string
>
=
string
TAccountPayer
extends
string
|
AccountMeta
<
string
>
=
string
TAccountMerkleTree
extends
string
|
AccountMeta
<
string
>
=
string
TAccountLogWrapper
extends
string
|
AccountMeta
<
string
>
=
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV"
TAccountCompressionProgram
extends
string
|
AccountMeta
<
string
>
=
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK"
TAccountTokenMetadataProgram
extends
string
|
AccountMeta
<
string
>
=
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
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...