[#wallet-CoinsResult-Size] = xref:wallet.adoc[wallet]::xref:wallet/CoinsResult.adoc[CoinsResult]::Size :relfileprefix: ../../ :mrdocs: The following methods are provided so that CoinsResult can mimic a vector, i.e., methods can work with individual OutputType vectors or on the entire object == Synopsis Declared in `<wallet/spend.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t Size() const; ---- == Return Value The total number of stored COutputs across all output types. [.small]#Created with https://www.mrdocs.com[MrDocs]#