UNPKG

hsd

Version:
17 lines (12 loc) 321 B
/*! * client/index.js - http clients for hs * Copyright (c) 2017, Christopher Jeffrey (MIT License). * https://github.com/bcoin-org/bcoin */ 'use strict'; // NOTE: This is part of generated `hs-client`. /** * @module client */ exports.NodeClient = require('./node'); exports.WalletClient = require('./wallet');