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