Preparing search index...
The search index is not available
@solana/spl-token-metadata
@solana/spl-token-metadata
UpdateAuthorityInstructionArgs
Interface UpdateAuthorityInstructionArgs
interface
UpdateAuthorityInstructionArgs
{
metadata
:
PublicKey
;
newAuthority
:
null
|
PublicKey
;
oldAuthority
:
PublicKey
;
programId
:
PublicKey
;
}
Index
Properties
metadata
new
Authority
old
Authority
program
Id
Properties
metadata
metadata
:
PublicKey
new
Authority
new
Authority
:
null
|
PublicKey
old
Authority
old
Authority
:
PublicKey
program
Id
program
Id
:
PublicKey
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
metadata
new
Authority
old
Authority
program
Id
@solana/spl-token-metadata
Field
ImmutableMetadataError
IncorrectAccountError
IncorrectMintAuthorityError
IncorrectUpdateAuthorityError
KeyNotFoundError
MintHasNoMintAuthorityError
TokenMetadataError
EmitInstructionArgs
InitializeInstructionArgs
RemoveKeyInstructionArgs
TokenMetadata
UpdateAuthorityInstructionArgs
UpdateFieldInstruction
TOKEN_METADATA_DISCRIMINATOR
createEmitInstruction
createInitializeInstruction
createRemoveKeyInstruction
createUpdateAuthorityInstruction
createUpdateFieldInstruction
getFieldCodec
Loading...
Generated using
TypeDoc