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

Function rest_block_notxdetails

src/rest.cpp:350–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350static bool rest_block_notxdetails(const std::any& context, HTTPRequest* req, const std::string& strURIPart)
351{
352 return rest_block(context, req, strURIPart, TxVerbosity::SHOW_TXID);
353}
354
355static bool rest_filter_header(const std::any& context, HTTPRequest* req, const std::string& strURIPart)
356{

Callers

nothing calls this directly

Calls 1

rest_blockFunction · 0.85

Tested by

no test coverage detected