Get block data by block number.
BigInteger blockNumber = 1234567;var block = await ThirdwebManager.Instance.SDK.Blocks.GetBlock(blockNumber);