UNPKG

evm-blockchain-tools

Version:

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

10 lines 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CryptoWalletRegistry = void 0; class CryptoWalletRegistry { constructor(storageEngine) { this.storageEngine = storageEngine; } } exports.CryptoWalletRegistry = CryptoWalletRegistry; //# sourceMappingURL=crypto-wallet-registry.js.map