Data structure that envelops a Private Key.

Constructors

Methods

Constructors

  • Create a new [PrivateKey] from a hex-encoded string.

    Parameters

    • key: string

    Returns PrivateKey

Methods

  • Returns void

  • Generate a [Keypair] from this [PrivateKey].

    Returns Keypair

  • Returns the [PrivateKey] key encoded as a hex string.

    Returns string

Generated using TypeDoc