[#CBlockPolicyEstimator-Write] = xref:CBlockPolicyEstimator.adoc[CBlockPolicyEstimator]::Write :relfileprefix: ../ :mrdocs: Write estimation data to a file. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae710d8), requires_capability(0x7f2e2423b0d8)]] bool Write(xref:AutoFile.adoc[AutoFile]& fileout) const; ---- == Return Value True on success. == Parameters [cols="1,4"] |=== | Name| Description | *fileout* | File to write the estimation data to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#