Skip to content

discv4::ChainPeerCacheSignatureVerificationResult

Verification result for a signed chain peer cache JSON document.

#include <chain_peers.hpp>

Public Attributes

Name
bool has_signature
bool signature_valid
std::string signer_address

Public Attributes Documentation

variable has_signature

bool has_signature = false;

variable signature_valid

bool signature_valid = false;

variable signer_address

std::string signer_address;

Updated on 2026-06-05 at 17:22:18 -0700