| 140 | return result; |
| 141 | } |
| 142 | uint256 ParseHashO(const UniValue& o, string strKey) |
| 143 | { |
| 144 | return ParseHashV(find_value(o, strKey), strKey); |
| 145 | } |
| 146 | vector<unsigned char> ParseHexV(const UniValue& v, string strName) |
| 147 | { |
| 148 | string strHex; |
no test coverage detected