Get a specific block (with the transactions contained in it) from a given network.
const block = await getBlockWithTransactions({ network: "ethereum", block: 12345678,});
function getBlockWithTransactions( params: GetBlockWithTransactionsParams,): Promise<BlockWithTransactions>;
let params: GetBlockWithTransactionsParams;
let returnType: Promise<BlockWithTransactions>;
The block for the given block number / block tag