[#CCoinsViewBacked-2constructor] = xref:CCoinsViewBacked.adoc[CCoinsViewBacked]::CCoinsViewBacked :relfileprefix: ../ :mrdocs: Construct a view backed by another view. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit CCoinsViewBacked(xref:CCoinsView.adoc[CCoinsView]* in_view); ---- == Parameters [cols="1,4"] |=== | Name| Description | *in_view* | Non‐null view to forward all calls to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#