![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Go to the source code of this file.
Classes | |
struct | Descriptor |
Interface for parsed descriptor objects. More... | |
Functions | |
std::unique_ptr< Descriptor > | Parse (const std::string &descriptor, FlatSigningProvider &out) |
Parse a descriptor string. More... | |
std::unique_ptr<Descriptor> Parse | ( | const std::string & | descriptor, |
FlatSigningProvider & | out | ||
) |
Parse a descriptor string.
Included private keys are put in out. Returns nullptr if parsing fails.
Definition at line 630 of file descriptor.cpp.