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