GetBlockWithTransactions

Get block data by block number, including transaction data.

Usage

BigInteger blockNumber = 1234567;
var blockWithTransactions = await ThirdwebManager.Instance.SDK.Blocks.GetBlockWithTransactions(blockNumber);