usebrk_rpc::RawTx;usebrk_types::{MempoolEntryInfo, Txid};userustc_hash::FxHashMap;/// Raw RPC output for one pull cycle. Pure data; no interpretation.
pubstructFetched{pubentries_info:Vec<MempoolEntryInfo>,
pubnew_raws:FxHashMap<Txid, RawTx>,
pubparent_raws:FxHashMap<Txid, RawTx>,
}