Serialize mined-block stats without taking ownership of file.
Declared in <policy/fees/mempool_estimator.h>
[[requires_capability(0x7f9504a41848), requires_capability(0x7f94f0a44c78)]]
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. |