Serialize mined‐block stats without taking ownership of file.
Synopsis
Declared in <policy/fees/mempool_estimator.h>
[[requires_capability(0x7fbc945500c8), requires_capability(0x7fbca5f102f8)]]
bool
Write(AutoFile& file) const;
Description
Callers must explicitly close file and check for errors after writing.
Return Value
true if the statistics were written successfully.
Parameters
Name |
Description |
file |
The file to write the mined‐block statistics to. |
Created with MrDocs