Document

Represents a single Document attached to a Security Token

Hierarchy

  • Document

Index

Properties

Properties

documentHash

documentHash: string

Defined in src/entities/SecurityToken/Documents.ts:22arrow-up-right

hash of the document's contents

documentUri

documentUri: string

Defined in src/entities/SecurityToken/Documents.ts:18arrow-up-right

off-chain uri of the document from where it is accessible to investors/advisors to read

name

name: string

Defined in src/entities/SecurityToken/Documents.ts:14arrow-up-right

name of the document. It should always be unique

updatedAt

updatedAt: Date

Defined in src/entities/SecurityToken/Documents.ts:23arrow-up-right

Last updated

Was this helpful?