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

Method parseVaultId

src/cli.cpp:1057–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055}
1056
1057std::array<uint8_t, 32> CLI::parseVaultId(const std::string &vault_id) const {
1058 // Parse a 32-byte vault ID from hex
1059 return fromHex32(vault_id);
1060}
1061
1062Address CLI::parseAddress(const std::string &address) const {
1063 // Validate Ethereum address: must be 42 chars, start with 0x, and be hex

Callers

nothing calls this directly

Calls 1

fromHex32Function · 0.85

Tested by

no test coverage detected