Get BlockGet block data by block number.UsageBigInteger blockNumber = 1234567;var block = await Blocks.GetBlock(blockNumber);