sgns::securecrdt::CandidateLimits¶
#include <SecureCrdtCandidate.hpp>
Public Functions¶
| Name | |
|---|---|
| bool | CandidateCountAllowed(size_t count) |
| bool | ApprovalCountAllowed(size_t count) |
| bool | ApprovalBytesAllowed(size_t current_bytes, size_t additional_bytes) |
Public Attributes¶
| Name | |
|---|---|
| constexpr size_t | MAX_CANDIDATE_BYTES |
| constexpr size_t | MAX_ACTIVE_CANDIDATES_PER_PREDECESSOR |
| constexpr size_t | MAX_APPROVALS_PER_CANDIDATE |
| constexpr size_t | MAX_ACTIVE_APPROVAL_BYTES_PER_PREDECESSOR |
Public Functions Documentation¶
function CandidateCountAllowed¶
function ApprovalCountAllowed¶
function ApprovalBytesAllowed¶
Public Attributes Documentation¶
variable MAX_CANDIDATE_BYTES¶
variable MAX_ACTIVE_CANDIDATES_PER_PREDECESSOR¶
variable MAX_APPROVALS_PER_CANDIDATE¶
variable MAX_ACTIVE_APPROVAL_BYTES_PER_PREDECESSOR¶
Updated on 2026-09-25 at 15:46:10 +0000