hsd
Version:
Cryptocurrency bike-shed
19 lines (15 loc) • 450 B
JavaScript
/*!
* protocol/index.js - protocol constants for hsd
* Copyright (c) 2017-2018, Christopher Jeffrey (MIT License).
* https://github.com/handshake-org/hsd
*/
;
/**
* @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');