CNoDestination::CNoDestination

Constructors

Synopses

Declared in <addresstype.h>

Construct an empty destination with no script.

constexpr
CNoDestination() = default;
» more...

Construct a destination wrapping the given script.

explicit
CNoDestination(CScript const& script);
» more...

Parameters

NameDescription
scriptThe script this destination holds.