Type alias TokenMetadataAuthority

Defines an authority that can handle a digital asset (NFT, SFT, etc.).

An authority can be one of the following:

  • Metadata: the update authority of the metadata account.
  • Holder: the owner of the token account, i.e. the owner of the asset.
  • Metadata Delegate: an approved delegate authority of the metadata account for a given action.
  • Token Delegate: an approved delegate authority of the token account for a given action.

Generated using TypeDoc