UNPKG
noob-ethereum
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.27
2.0.26
2.0.25
2.0.24
2.0.23
2.0.22
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A simple Ethereum library
github.com/markodayan/noob-ethereum
markodayan/noob-ethereum
noob-ethereum
/
dist
/
junk
/
testing
/
rlp-block-lib.d.ts
4 lines
•
223 B
TypeScript
View Raw
1
2
3
4
declare
function
calculateBlockHeader
(
block
:
IRawBlock
):
string
;
declare
function
verifyBlockHeader
(
block
:
IRawBlock
):
boolean
;
export
{ calculateBlockHeader, verifyBlockHeader };
//# sourceMappingURL=rlp-block-lib.d.ts.map