viem
Version:
6 lines • 325 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.randomPrivateKey = void 0;
var Secp256k1_1 = require("ox/Secp256k1");
Object.defineProperty(exports, "randomPrivateKey", { enumerable: true, get: function () { return Secp256k1_1.randomPrivateKey; } });
//# sourceMappingURL=Secp256k1.js.map