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