Class Decoder

Internally created by the decode, decodeSync, decodeConfigCmd and decodeConfigCmdSync functions.

There doesn't seem to be any benefit to using the same instance, but it is possible to do so only with the sync methods.

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Synchronously decodes a blueprint string. Supports the "DSA:" prefix (case-insensitive).

    Parameters

    • input: string

      The blueprint string.

    • options: DecoderOptions = {}

      Decoding options.

    Returns Blueprint