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