UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

6 lines (5 loc) 132 B
export interface ReorgInformation { fromBlock: string | bigint; toBlock: string | bigint; readonly timestamp: number; }