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

Class WinternitzAddress

include/common.hpp:29–32  ·  view source on GitHub ↗

WinternitzAddress structure matching the Solidity contract

Source from the content-addressed store, hash-verified

27
28// WinternitzAddress structure matching the Solidity contract
29struct WinternitzAddress {
30 array<uint8_t, 32> publicSeed; // bytes32 publicSeed
31 array<uint8_t, 32> publicKeyHash; // bytes32 publicKeyHash
32};
33
34// Common functions
35inline string toHex(const vector<uint8_t> &data) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected