Constructors

  • Creates a new, empty, signatures collection.

    Returns Signatures

Accessors

  • get count(): bigint
  • How many signatures do we currently hold.

    Returns bigint

  • get isEmpty(): boolean
  • Do we hold any signatures or is our collection completely empty.

    Returns boolean

Methods

  • Get the json with all signatures

    Returns string

  • Remove all the signatures we currently hold.

    Returns void

  • Get the map of signatures that belong to the given user.

    Parameters

    Returns null | Record<string, MaybeSignature>