OPNet
    Preparing search index...

    Interface ReorgInformation

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

    Properties

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