UNPKG

chaingate

Version:

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

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