| 153 | return ParseHex(strHex); |
| 154 | } |
| 155 | vector<unsigned char> ParseHexO(const UniValue& o, string strKey) |
| 156 | { |
| 157 | return ParseHexV(find_value(o, strKey), strKey); |
| 158 | } |
| 159 | |
| 160 | /** |
| 161 | * Note: This interface may still be subject to change. |
no test coverage detected