5#ifndef BITCOIN_AVALANCHE_PROOFID_H
6#define BITCOIN_AVALANCHE_PROOFID_H
An encapsulated public key.
size_t hash(const uint256 &h) const
size_t operator()(const ProofId &proofid) const
void SetHex(const char *psz)
ProofId computeProofId(const CPubKey &proofMaster) const
LimitedProofId(const uint256 &b)
static LimitedProofId fromHex(const std::string &str)
static ProofId fromHex(const std::string &str)
ProofId(const uint256 &b)