Get the OutputType for a CTxDestination
Declared in <outputtype.h>
std::optional<OutputType>
OutputTypeFromDestination(CTxDestination const& dest);
The output type of the destination, or no value if unknown.
| Name | Description |
|---|---|
| dest | The destination to classify. |