TokenDocument
Document attached to a token
Hierarchy
TokenDocument
Index
Properties
Properties
Optional contentHash
Optional contentHash• contentHash? : undefined | string
Defined in src/types/index.ts:207
hex representation of the document (must be prefixed by "0x")
Optional filedAt
Optional filedAt• filedAt? : Date
Defined in src/types/index.ts:209
name
• name: string
Defined in src/types/index.ts:202
Optional type
Optional type• type? : undefined | string
Defined in src/types/index.ts:208
uri
• uri: string
Defined in src/types/index.ts:203
Last updated
Was this helpful?