| 638 | |
| 639 | struct 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; |
nothing calls this directly
no outgoing calls
no test coverage detected