UNPKG

evm-blockchain-tools

Version:

This is a collection of resuseable tools to support development for EVM-powered blockchains

9 lines 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WALLET_TYPE = void 0; var WALLET_TYPE; (function (WALLET_TYPE) { WALLET_TYPE["MASTER"] = "master"; WALLET_TYPE["SLAVE"] = "slave"; })(WALLET_TYPE = exports.WALLET_TYPE || (exports.WALLET_TYPE = {})); //# sourceMappingURL=interfaces.js.map