Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ECKeyPair

Index

Constructors

Private constructor

  • new ECKeyPair(privateKey: Buffer): ECKeyPair

Properties

privateKey

privateKey: Buffer

publicKey

publicKey: Buffer

Static Private COMPACT

COMPACT: number = 27

Static Private COMPRESSED

COMPRESSED: number = 4

Static Private VERSION

VERSION: number = 128

Accessors

privateWif

  • get privateWif(): Wif

publicAddress

Methods

secret

  • secret(recipient: Address, nonce: Long): Buffer

sign

  • sign(data: Buffer): string | undefined

Static checkCanonicalSignature

  • checkCanonicalSignature(sigData: Buffer): boolean

Static generate

Static generateFromPhrase

Static parseWif

Generated using TypeDoc