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

Function MakeChain

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

Source from the content-addressed store, hash-verified

743namespace interfaces {
744std::unique_ptr<Node> MakeNode(node::NodeContext& context) { return std::make_unique<node::NodeImpl>(context); }
745std::unique_ptr<Chain> MakeChain(node::NodeContext& context) { return std::make_unique<node::ChainImpl>(context); }
746} // namespace interfaces

Callers 8

makeChainMethod · 0.85
makeChainMethod · 0.85
makeChainMethod · 0.85
makeChainMethod · 0.85
BasicTestingSetupMethod · 0.85
CoinSelectionFunction · 0.85
coin_selection.cppFile · 0.85

Calls

no outgoing calls

Tested by 1

BasicTestingSetupMethod · 0.68