etherscan-api
    Preparing search index...

    Interface BlockCountdown

    Estimated countdown to a future block (block.getblockcountdown).

    interface BlockCountdown {
        CountdownBlock: string;
        CurrentBlock: string;
        EstimateTimeInSec: string;
        RemainingBlock: string;
    }
    Index

    Properties

    CountdownBlock: string
    CurrentBlock: string
    EstimateTimeInSec: string
    RemainingBlock: string