UNPKG
bitcore-lib
Version:
beta (11.0.1)
latest (11.0.0)
11.0.1
11.0.0
10.9.0
10.8.10
10.8.9
10.8.8
10.8.0
10.7.0
10.5.3
10.5.2
10.3.0
10.2.1
10.1.0
10.0.36
10.0.28
10.0.23
10.0.21
10.0.17
10.0.11
10.0.5
10.0.3
10.0.2
10.0.0
9.0.0
8.25.47
8.25.46
8.25.40
8.25.38
8.25.36
8.25.35
8.25.34
8.25.31
8.25.30
8.25.28
8.25.25
8.25.10
8.25.9
8.25.8
8.25.7
8.25.4
8.25.3
8.25.2
8.25.1
8.25.0
8.24.2
8.24.1
8.24.0
8.23.1
8.23.0
8.22.2
8.22.1
8.22.0
8.21.0
8.20.5
8.20.4
8.20.3
8.20.2
8.20.1
8.20.0
8.17.1
8.17.0
8.16.2
8.16.1
8.16.0
8.15.0
8.14.4
8.14.3
8.14.1
8.14.0
8.13.2
8.13.1
8.13.0
8.12.0
8.11.1
8.11.0
8.10.1
8.10.0
8.9.0
8.8.4
8.8.3
8.8.2
8.8.1
8.8.0
8.7.4
8.7.3
8.7.2
8.7.1
8.7.0
8.6.0
8.5.1
8.5.0
8.3.4
8.3.3
8.3.0
8.2.0
8.1.1
8.1.0
8.0.0
5.0.0-beta.1
0.16.0
0.15.0
0.14.0
0.13.19
0.13.18
0.13.17
0.13.16
0.13.15
0.13.14
0.13.13
0.13.12
0.13.11
0.13.10
0.13.9
0.13.8
0.13.7
0.13.6
A pure and powerful JavaScript Bitcoin library.
github.com/bitpay/bitcore/tree/master
bitpay/bitcore
bitcore-lib
/
lib
/
block
/
index.js
5 lines
(3 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
module.exports
= require(
'./block'
)
;
module.exports.BlockHeader
= require(
'./blockheader'
)
;
module.exports.MerkleBlock
= require(
'./merkleblock'
)
;