MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetDescriptors

Method GetDescriptors

src/external_signer.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67UniValue ExternalSigner::GetDescriptors(const int account)
68{
69 return RunCommandParseJSON(m_command + " --fingerprint \"" + m_fingerprint + "\"" + NetworkArg() + " getdescriptors --account " + strprintf("%d", account));
70}
71
72bool ExternalSigner::SignTransaction(PartiallySignedTransaction& psbtx, std::string& error)
73{

Callers 1

Calls 1

RunCommandParseJSONFunction · 0.85

Tested by

no test coverage detected