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
/
types
/
utils.d.ts
3 lines
•
116 B
TypeScript
View Raw
1
2
3
declare
type
Bytes
=
ArrayLike
<
number
>;
declare
type
BytesLike
=
Bytes
|
string
;
//# sourceMappingURL=utils.d.ts.map