Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

Hierarchy

  • Token

Index

Properties

Methods

Properties

data: MatchRecord<T, ((input: Blob) => URL)>

Actual token data in ERC-1155 format. It matches data passed as token argument except Files/Blobs are substituted with corresponding ipfs:// URLs.

ipnft: CIDString

CID for the token that encloses all of the files including metadata.json for the stored token.

URL like ipfs://bafy...hash/meta/data.json for the stored token metadata.

Methods

  • Token data just like in data field except urls corresponding to Files/Blobs are substituted with IPFS gateway URLs so they can be embedded in browsers that do not support ipfs:// protocol.

    Returns MatchRecord<T, ((input: Blob) => URL)>

Generated using TypeDoc