itns-sidechain/lib/protocol/index.js
Christopher Jeffrey a03fcd1a23
pkg: rename to hsd.
2018-08-01 20:00:09 -07:00

18 lines
450 B
JavaScript

/*!
* protocol/index.js - protocol constants for hsd
* Copyright (c) 2017-2018, Christopher Jeffrey (MIT License).
* https://github.com/handshake-org/hsd
*/
'use strict';
/**
* @module protocol
*/
exports.consensus = require('./consensus');
exports.errors = require('./errors');
exports.Network = require('./network');
exports.networks = require('./networks');
exports.policy = require('./policy');
exports.timedata = require('./timedata');