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

Function rest_block_extended

src/rest.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345static bool rest_block_extended(const std::any& context, HTTPRequest* req, const std::string& strURIPart)
346{
347 return rest_block(context, req, strURIPart, TxVerbosity::SHOW_DETAILS_AND_PREVOUT);
348}
349
350static bool rest_block_notxdetails(const std::any& context, HTTPRequest* req, const std::string& strURIPart)
351{

Callers

nothing calls this directly

Calls 1

rest_blockFunction · 0.85

Tested by

no test coverage detected