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

Method makeNode

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

Source from the content-addressed store, hash-verified

10
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 {}; }

Callers 1

createNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected