Function pool_stats

Source
pub async fn pool_stats(
    txpool_read: &mut TxpoolReadHandle,
    include_sensitive_txs: bool,
) -> Result<TxpoolStats, Error>
Expand description