• Retrieves the EVM block data for the specified network.

    Async

    Function

    EVMBlockData

    Returns

    • A Promise that resolves to an object containing the native block as a number and a boolean indicating if the block data is fresh.

    Parameters

    Returns Promise<{
        block: number;
        isFresh: boolean;
    }>

Generated using TypeDoc