[#CCoinsViewBacked-SetBackend] = xref:CCoinsViewBacked.adoc[CCoinsViewBacked]::SetBackend :relfileprefix: ../ :mrdocs: Replace the backing view. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetBackend(xref:CCoinsView.adoc[CCoinsView]& in_view); ---- == Parameters [cols="1,4"] |=== | Name| Description | *in_view* | The new view to forward calls to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#