types.AssetDocument

@polymeshassociation/polymesh-sdk / Modules / types / AssetDocument

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:173


filedAt

Optional filedAt: Date

Defined in

types/index.ts:175


name

name: string

Defined in

types/index.ts:168


type

Optional type: string

Defined in

types/index.ts:174


uri

uri: string

Defined in

types/index.ts:169

Last updated