UNPKG

@owstack/wallet-service

Version:

A service for multisignature HD wallets

9 lines (5 loc) 200 B
'use strict'; var BlockChainExplorers = {}; BlockChainExplorers.Explorer = require('./explorer'); BlockChainExplorers.RequestList = require('./request-list'); module.exports = BlockChainExplorers;