MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetDescriptors

Method GetDescriptors

src/external_signer.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72UniValue ExternalSigner::GetDescriptors(const int account)
73{
74 return RunCommandParseJSON(Cat(m_command, Cat(Cat({"--fingerprint", m_fingerprint}, NetworkArg()), {"getdescriptors", "--account", strprintf("%d", account)})), "");
75}
76
77bool ExternalSigner::SignTransaction(PartiallySignedTransaction& psbtx, std::string& error)
78{

Callers 1

Calls 2

RunCommandParseJSONFunction · 0.85
CatFunction · 0.85

Tested by

no test coverage detected