Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeypairFactory

Hierarchy

  • KeypairFactory

Index

Methods

Methods

Static fromSeed

  • fromSeed(seed: Buffer, type?: "bls0chain" | "ed25519"): Keypair
  • Parameters

    • seed: Buffer
    • Default value type: "bls0chain" | "ed25519" = "bls0chain"

    Returns Keypair

Static random

  • random(type?: "bls0chain" | "ed25519"): Keypair
  • Parameters

    • Default value type: "bls0chain" | "ed25519" = "bls0chain"

    Returns Keypair