UNPKG

chaingate

Version:

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

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