Function getBlock

  • Get a specific block from a given network.

    Parameters

    Returns Promise<Block>

    the block for the given block number / block tag

    Example

    const block = await getBlock({
    network: "ethereum",
    block: 12345678
    });

Generated using TypeDoc