UNPKG

deth

Version:

Ethereum node focused on Developer Experience

9 lines (8 loc) 233 B
/** * 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';