mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 17:06:43 +00:00
384 B
384 B
{% docs tx_count %} The total number of transactions included in a given block on the Flow blockchain. Data type: INTEGER. This field is used to measure block utilization, analyze network throughput, and identify periods of high or low activity. For example, a block with tx_count = 100 contains 100 transactions. Useful for performance monitoring and capacity planning. {% enddocs %}