MCPcopy Create free account
hub / github.com/QuipNetwork/cpp-sdk / parseOpData

Method parseOpData

src/cli.cpp:1087–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

fromHexFunction · 0.85

Tested by

no test coverage detected