UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

8 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EthereumWallet = void 0; const EvmWallet_1 = require("./EvmWallet/EvmWallet"); class EthereumWallet extends EvmWallet_1.EvmWallet { } exports.EthereumWallet = EthereumWallet; //# sourceMappingURL=EthereumWallet.js.map