Skip to content

sgns::securecrdt::CandidateAuthorizationSnapshot

#include <SecureCrdtRegistry.hpp>

Public Attributes

Name
uint16_t network_id
CandidateKind kind
uint64_t next_version
std::string expected_previous_hash
std::string authorizing_policy_hash
std::vector< std::string > authorized_signers

Public Attributes Documentation

variable network_id

uint16_t network_id = 0;

variable kind

CandidateKind kind = CandidateKind::TrustPolicy;

variable next_version

uint64_t next_version = 0;

variable expected_previous_hash

std::string expected_previous_hash;

variable authorizing_policy_hash

std::string authorizing_policy_hash;

variable authorized_signers

std::vector< std::string > authorized_signers;

Updated on 2026-09-25 at 15:46:10 +0000