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

Method ProcessReply

src/bitcoin-cli.cpp:684–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682 }
683
684 UniValue ProcessReply(const UniValue &reply) override
685 {
686 UniValue result(UniValue::VOBJ);
687 result.pushKV("address", address_str);
688 result.pushKV("blocks", reply.get_obj()["result"]);
689 return JSONRPCReplyObj(result, NullUniValue, 1);
690 }
691protected:
692 std::string address_str;
693};

Callers

nothing calls this directly

Calls 2

JSONRPCReplyObjFunction · 0.85
pushKVMethod · 0.45

Tested by

no test coverage detected