Options
All
  • Public
  • Public/Protected
  • All
Menu
description

An identifier encodes information about our LSAT that can be used as a unique identifier and is used to generate a macaroon.

extends

Struct

Hierarchy

  • any
    • Identifier

Index

Constructors

constructor

Methods

fromOptions

read

  • read(br: any): this
  • Utility for reading raw Identifier bytes and converting to a new Identifier

    Parameters

    • br: any

      Buffer Reader to read bytes

    Returns this

toString

  • toString(): string

write

  • write(bw: any): this
  • Utility for encoding the Identifier into a buffer based on version

    Parameters

    • bw: any

      Buffer writer for creating an Identifier Buffer

    Returns this

Static fromString

Generated using TypeDoc