fcoin/lib/btc/index.js
2017-06-27 09:28:18 -07:00

15 lines
270 B
JavaScript

/*!
* btc/index.js - high-level btc objects for bcoin
* Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcoin
*/
'use strict';
/**
* @module btc
*/
exports.Amount = require('./amount');
exports.URI = require('./uri');