Get a specific block from a given network.
the block for the given block number / block tag
const block = await getBlock({ network: "ethereum", block: 12345678}); Copy
const block = await getBlock({ network: "ethereum", block: 12345678});
Generated using TypeDoc
Get a specific block from a given network.