fcoin/lib/bcoin/protocol/index.js
2016-08-23 23:26:50 -07:00

13 lines
357 B
JavaScript

/*!
* protocol/index.js - bitcoin protocol for bcoin
* Copyright (c) 2014-2015, Fedor Indutny (MIT License)
* Copyright (c) 2014-2016, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcoin
*/
'use strict';
exports.constants = require('./constants');
exports.networks = require('./networks');
exports.network = require('./network');