MCPcopy Create free account
hub / github.com/bcndev/bytecoin / method

Method method

src/rpc_api.hpp:640–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638
639struct GetBlockHeader {
640 static std::string method() { return "get_block_header"; }
641 struct Request {
642 boost::optional<Hash> hash;
643 boost::optional<HeightOrDepth> height_or_depth;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected