UNPKG
deth
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Ethereum node focused on Developer Experience
deth
/
dist
/
esm
/
model
/
strings.d.ts
9 lines
(8 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Ethereum hard fork name */
export
declare
type
Hardfork
=
'byzantium'
|
'constantinople'
|
'petersburg'
|
'istanbul'
;
/** * Specifies the block to operate on. */
export
declare
type
Tag
=
'earliest'
|
'latest'
|
'pending'
;