Construct a view backed by another view.
Synopsis
Declared in <coins.h>
explicit
CCoinsViewBacked(CCoinsView* in_view);
Parameters
Name |
Description |
in_view |
Non‐null view to forward all calls to. |
Created with MrDocs