UNPKG
mxbit
Version:
latest (2.0.0-beta-02)
2.0.0-beta-02
2.0.0-beta-01
1.2.2
1.0.2
1.0.1
1.0.0-beta
Bitcoin cash bike-shed
github.com/bcoin-org/mxbit
bcoin-org/mxbit
mxbit
/
lib
/
btc
/
index.js
15 lines
(11 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*! * 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'
);