[#CCoinsViewDB-EstimateSize] = xref:CCoinsViewDB.adoc[CCoinsViewDB]::EstimateSize :relfileprefix: ../ :mrdocs: Returns an estimate of the database size in bytes. == Synopsis Declared in `<txdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual size_t EstimateSize() const override; ---- == Return Value The estimated size in bytes. [.small]#Created with https://www.mrdocs.com[MrDocs]#