Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Token

In this implementation, the Token struct takes two extensions standards (metadata and approval) as optional fields, as they are frequently used in modern NFTs.

Hierarchy

  • Token

Index

Properties

approved_account_ids?: Record<string, number>
metadata?: TokenMetadata
owner_id: string
token_id: string

Generated using TypeDoc