Encode a destination as an address string.
Synopsis
Declared in <key_io.h>
std::string
EncodeDestination(CTxDestination const& dest);
Return Value
The address string for the destination.
Parameters
Name |
Description |
dest |
The destination to encode. |
Created with MrDocs