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

Method makeEcho

src/interfaces/init.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13std::unique_ptr<Chain> Init::makeChain() { return {}; }
14std::unique_ptr<WalletLoader> Init::makeWalletLoader(Chain& chain) { return {}; }
15std::unique_ptr<Echo> Init::makeEcho() { return {}; }
16Ipc* Init::ipc() { return nullptr; }
17} // namespace interfaces

Callers 1

echoipcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected