Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TokenMetadata

Hierarchy

  • TokenMetadata

Index

Properties

copies

copies: u8

Number of copies of this set of metadata in existence when token was minted.

description

description: string

Token description

expires_at

expires_at: string

Token expiring date and time in Unix epoch milliseconds

extra

extra: string

Anything extra the token wants to store on-chain. Can be stringified JSON.

issued_at

issued_at: string

Token issue or mint date and time in Unix epoch milliseconds

media

media: string

URL to associated media for the token. Preferably to decentralized, content-addressed storage

media_animation

media_animation: string

Base64-encoded sha256 hash of content referenced by the media field if the media has an animation.

media_hash

media_hash: string

Base64-encoded sha256 hash of content referenced by the media field. Required if media is included.

reference

reference: string

A link to a valid JSON file containing various keys offering supplementary details on the token

reference_hash

reference_hash: string

Base64-encoded sha256 hash of the JSON file contained in the reference field

starts_at

starts_at: string

Token starts to being valid date and time in Unix epoch milliseconds

title

title: string

Title of the token

updated_at

updated_at: string

Token last updated date and time in Unix epoch milliseconds

Generated using TypeDoc