CCoinsViewBacked::SetBackend

Replace the backing view.

Synopsis

Declared in <coins.h>

void
SetBackend(CCoinsView& in_view);

Parameters

NameDescription
in_viewThe new view to forward calls to.