Skip to content

types.AssetDocument

VictorVicente edited this page Jul 19, 2023 · 49 revisions

Interface: AssetDocument

types.AssetDocument

Document attached to a token

Table of contents

Properties

Properties

contentHash

Optional contentHash: string

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

Defined in

types/index.ts:180


filedAt

Optional filedAt: Date

Defined in

types/index.ts:182


name

name: string

Defined in

types/index.ts:175


type

Optional type: string

Defined in

types/index.ts:181


uri

uri: string

Defined in

types/index.ts:176

Clone this wiki locally