Function generateDeterministicKeyPair

  • Generates KeyPair deterministically from a seed. The seed has to be a 12 or 24 word BIP39 mnemonic. The returned buffers are guaranteed to unpooled. This means the underlying ArrayBuffer is safely transferrable.

    Parameters

    Returns Promise<KeyPair>

Generated using TypeDoc