UNPKG

chaingate

Version:

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

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