| 142 | return ParseHex(strHex); |
| 143 | } |
| 144 | std::vector<unsigned char> ParseHexO(const UniValue& o, std::string strKey) |
| 145 | { |
| 146 | return ParseHexV(find_value(o, strKey), strKey); |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * Note: This interface may still be subject to change. |
no test coverage detected