A collection of Signature.

Constructors

  • Creates a new, empty, signatures collection.

    Returns Signatures

Properties

count: number

How many signatures do we currently hold.

Methods

  • Get the json with all signatures

    Returns string

  • Remove all the signatures we currently hold.

    Returns void

  • Returns void

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

    Parameters

    Returns undefined | Map<any, any>

  • Do we hold any signatures or is our collection completely empty.

    Returns boolean