UNPKG

@bcpros/crypto-wallet-core

Version:

A multi-currency support library for address derivation, private key creation, and transaction creation

8 lines 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OpDeriver = void 0; const eth_1 = require("../eth"); class OpDeriver extends eth_1.EthDeriver { } exports.OpDeriver = OpDeriver; //# sourceMappingURL=index.js.map