UNPKG

@owstack/wallet-service

Version:

A service for multisignature HD wallets

9 lines (4 loc) 269 B
const lodash = require('@owstack/ows-common').deps.lodash; const BlockchainExplorers = lodash.cloneDeep(require('../../../base-service').WalletService.BlockchainExplorers); BlockchainExplorers.Explorer = require('./explorer'); module.exports = BlockchainExplorers;