CoinsViewEmpty::CoinsViewEmpty

Copying is disabled; the empty view is a shared singleton.

Synopsis

Declared in <coins.h>

CoinsViewEmpty(CoinsViewEmpty const& other) = delete;

Parameters

NameDescription
otherThe view that would be copied from (copying is disabled).