fcoin/lib/bcoin/protocol/index.js
Christopher Jeffrey 5eb3946e38
major refactor.
2016-05-13 09:24:04 -07:00

12 lines
374 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/indutny/bcoin
*/
exports.constants = require('./constants');
exports.network = require('./network');
exports.framer = require('./framer');
exports.parser = require('./parser');