Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Secp256k1Keypair

Index

Properties

Properties

privkey: Uint8Array

A raw secp256k1 public key.

The type itself does not give you any guarantee if this is compressed or uncompressed. If you are unsure where the data is coming from, use Secp256k1.compressPubkey or Secp256k1.uncompressPubkey (both idempotent) before processing it.

pubkey: Uint8Array

A 32 byte private key

Generated using TypeDoc