Class Manifest

Database Manifest

Manifests contain setup configuration required to participate in a Database.

Constructors

Properties

access: Protocol<string, Record<string, unknown>>
block: BlockView<ManifestData, number, number, 1>
entry: Protocol<string, Record<string, unknown>>
identity: Protocol<string, Record<string, unknown>>
meta?: any
name: string
store: Protocol<string, Record<string, unknown>>

Accessors

Methods

  • Get the Manifest Tag

    The manifest tag is a unique identifier for a database that is customizable. It must be globally unique like the manifest address. Since they may not exist in the encoded manifest this method can be used in any case.

    Returns Uint8Array

    the tag of the manifest

Generated using TypeDoc