What’s the definition of transactionsSize
in the raw GetBlockInfo
command for concordium-client
? I was trying to find the count of transactions in a block. raw GetBlockSummary
result contains a key transactionSummaries
, which is a list of transactions. My guess was that transactionsSize
in the raw GetBlockInfo
was the transaction count, but apparently that’s not the case.
I’ve tried to spelunk the Concordium GitHub projects, but wasn’t able to find a definition there (btw: there’s a link to gitlab in concordium-grpc-api, but that’s not accessible anymore?