Function total_tx_count

Source
pub(crate) async fn total_tx_count(
    blockchain_read: &mut BlockchainReadHandle,
) -> Result<u64, Error>
Expand description