itns-sidechain/lib/client/index.js
2023-01-16 23:49:05 +04:00

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');