Decode an address string into a destination.
Synopsis
Declared in <key_io.h>
CTxDestination
DecodeDestination(std::string const& str);
Return Value
The decoded destination, or a no‐address destination on failure.
Parameters
Name |
Description |
str |
The address string to decode. |
Created with MrDocs