Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Signature

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

constructor

  • new Signature(v: Buffer, r: Buffer, s: Buffer): Signature
  • Parameters

    • v: Buffer
    • r: Buffer
    • s: Buffer

    Returns Signature

Properties

r

r: Buffer

s

s: Buffer

type

type: string

v

v: Buffer

Methods

getRaw

  • getRaw(): Buffer[]
  • Returns Buffer[]

toString

  • toString(): string
  • Returns string

valid

  • valid(): boolean
  • Determines if the signature is valid ECDSA signature

    Returns boolean

Static fromString

  • Parameters

    • signature: string

      string

    Returns Signature

Generated using TypeDoc