Constructors
Synopses
Declared in <addresstype.h>
Construct an empty destination with no script.
constexpr
CNoDestination() = default;
Construct a destination wrapping the given script.
explicit
CNoDestination(CScript const& script);
Parameters
Name |
Description |
script |
The script this destination holds. |
Created with MrDocs