UNPKG

viem

Version:

TypeScript Interface for Ethereum

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