txCount property

int get txCount

Returns the number of transactions in this block.

Implementation

int get txCount => transactions.length;