Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExtendedSecp256k1Signature

A Secp256k1Signature plus the recovery parameter

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

recovery

recovery: number

Methods

r

  • r(length?: undefined | number): Uint8Array

s

  • s(length?: undefined | number): Uint8Array

toDer

  • toDer(): Uint8Array

toFixedLength

  • toFixedLength(): Uint8Array
  • A simple custom encoding that encodes the extended signature as r (32 bytes) | s (32 bytes) | recovery param (1 byte) where | denotes concatenation of bonary data.

    Returns Uint8Array

Static fromDer

Static fromFixedLength

Generated using TypeDoc