16 lines
321 B
JavaScript
16 lines
321 B
JavaScript
/*!
|
|
* 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');
|