UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

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