Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Token

Hierarchy

  • Token

Index

Properties

approvals

approvals: Map<string, number>

ID of the accounts, that can approve a transfer behalf of the owner

creator_id

creator_id: string

ID of the creator who created or minted this token, this could be the artist or collective in case of a generative art project

id

id: string

ID of the token

metadata

metadata: TokenMetadata

Metadata object of the token that describes the token

next_approval_id

next_approval_id: number

Number used for the next approval ID

owner_id

owner_id: string

ID of the current owner who owns the token

prev_owner_id

prev_owner_id: string

ID of the previous owner

Generated using TypeDoc