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

Method makeChain

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

Source from the content-addressed store, hash-verified

11namespace interfaces {
12std::unique_ptr<Node> Init::makeNode() { return {}; }
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; }

Callers 1

AppInitInterfacesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected