TokenDocument

Document attached to a token

Hierarchy

  • TokenDocument

Index

Properties

Properties

Optional contentHash

contentHash? : undefined | string

Defined in src/types/index.ts:202

hex representation of the document (must be prefixed by "0x")

Optional filedAt

filedAt? : Date

Defined in src/types/index.ts:204

name

name: string

Defined in src/types/index.ts:197

Optional type

type? : undefined | string

Defined in src/types/index.ts:203

uri

uri: string

Defined in src/types/index.ts:198

Last updated