[#MemPoolFeeRateEstimator-Read] = xref:MemPoolFeeRateEstimator.adoc[MemPoolFeeRateEstimator]::Read :relfileprefix: ../ :mrdocs: Deserialize mined‐block stats without taking ownership of file. == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e403ca7a8), requires_capability(0x7f2e1404cf08)]] bool Read(xref:AutoFile.adoc[AutoFile]& file); ---- == Return Value true if the statistics were read successfully. == Parameters [cols="1,4"] |=== | Name| Description | *file* | The file to read the mined‐block statistics from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#