Interface ReorgInformation

interface ReorgInformation {
    fromBlock: string | bigint;
    timestamp: number;
    toBlock: string | bigint;
}

Properties

fromBlock: string | bigint
timestamp: number
toBlock: string | bigint