UNPKG

viem

Version:

TypeScript Interface for Ethereum

6 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.randomPrivateKey = void 0; var P256_1 = require("ox/P256"); Object.defineProperty(exports, "randomPrivateKey", { enumerable: true, get: function () { return P256_1.randomPrivateKey; } }); //# sourceMappingURL=P256.js.map