Constructors
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...
| Name | Description |
|---|---|
| script | The script this destination holds. |