UNPKG

tnb-hd-wallet

Version:

A hd wallet that derives public and private keys from a 12 word mnemonic phrase with support

10 lines (9 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Curve = void 0; var Curve; (function (Curve) { Curve["ed25519"] = "ed25519"; Curve["secp256k1"] = "secp256k1"; Curve["nist256p1"] = "nist256p1"; })(Curve = exports.Curve || (exports.Curve = {}));