| 129 | return result; |
| 130 | } |
| 131 | uint256 ParseHashO(const UniValue& o, std::string strKey) |
| 132 | { |
| 133 | return ParseHashV(find_value(o, strKey), strKey); |
| 134 | } |
| 135 | std::vector<unsigned char> ParseHexV(const UniValue& v, std::string strName) |
| 136 | { |
| 137 | std::string strHex; |
no test coverage detected