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

Method listRpcCommands

src/node/interfaces.cpp:271–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 return ::tableRPC.execute(req);
270 }
271 std::vector<std::string> listRpcCommands() override { return ::tableRPC.listCommands(); }
272 void rpcSetTimerInterfaceIfUnset(RPCTimerInterface* iface) override { RPCSetTimerInterfaceIfUnset(iface); }
273 void rpcUnsetTimerInterface(RPCTimerInterface* iface) override { RPCUnsetTimerInterface(iface); }
274 bool getUnspentOutput(const COutPoint& output, Coin& coin) override

Callers 1

setClientModelMethod · 0.80

Calls 1

listCommandsMethod · 0.80

Tested by

no test coverage detected