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