Class KeyStates

KeyStates

Hierarchy

  • KeyStates

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Retriene the key state for an identifier

    Parameters

    • pre: string

      Identifier prefix

    Returns Promise<any>

    A promise to the key states

    Async

  • Retrieve the key state for a list of identifiers

    Parameters

    • pres: string[]

      List of identifier prefixes

    Returns Promise<any>

    A promise to the key states

    Async

  • Query the key state of an identifier for a given sequence number or anchor

    Parameters

    • pre: string

      Identifier prefix

    • Optional sn: string

      Optional sequence number

    • Optional anchor: any

      Optional anchor

    Returns Promise<any>

    A promise to the long-running operation

    Async

Generated using TypeDoc