GetRawMempoolVerbose

Type Alias GetRawMempoolVerbose 

Source
pub type GetRawMempoolVerbose = BTreeMap<Txid, MempoolEntry>;
Expand description

Response from getrawmempool with verbose=true.

The top-level map key is the txid, and the value contains detailed mempool info per tx.

Aliased Typeยง

pub struct GetRawMempoolVerbose { /* private fields */ }