[#CCoinsViewBacked-EstimateSize] = xref:CCoinsViewBacked.adoc[CCoinsViewBacked]::EstimateSize :relfileprefix: ../ :mrdocs: Forward the size estimate to the backing view. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual size_t EstimateSize() const override; ---- == Return Value Estimated on‐disk size in bytes. [.small]#Created with https://www.mrdocs.com[MrDocs]#