Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

  • new Indexed(info: { _isIndexed: boolean; hash: string }): Indexed
  • Parameters

    • info: { _isIndexed: boolean; hash: string }
      • Readonly _isIndexed: boolean
      • Readonly hash: string

    Returns Indexed

Properties

_isIndexed: boolean
hash: string

Methods

  • isIndexed(value: any): value is Indexed
  • Parameters

    • value: any

    Returns value is Indexed

Generated using TypeDoc