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

Method parsePrivateKey

src/cli.cpp:1106–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106std::vector<uint8_t> CLI::parsePrivateKey(const std::string &key) const {
1107 // Parse a 32-byte private key from hex
1108 return fromHex(key);
1109}
1110
1111} // namespace quip

Callers

nothing calls this directly

Calls 1

fromHexFunction · 0.85

Tested by

no test coverage detected