| 1085 | } |
| 1086 | |
| 1087 | std::vector<uint8_t> CLI::parseOpData(const std::string &opdata) const { |
| 1088 | // Parse operation data from hex |
| 1089 | return fromHex(opdata); |
| 1090 | } |
| 1091 | |
| 1092 | std::vector<uint8_t> CLI::parsePublicKey(const std::string &pubkey) const { |
| 1093 | // Parse a 32-byte public key from hex |