CCF
|
Proposal summary constructed while executing/resolving proposal ballots. More...
#include <gov.h>
Public Attributes | |
ccf::ProposalId | proposal_id |
ccf::MemberId | proposer_id |
ccf::ProposalState | state |
size_t | ballot_count |
std::optional< Votes > | votes = std::nullopt |
std::optional< VoteFailures > | vote_failures = std::nullopt |
std::optional< Failure > | failure = std::nullopt |
Proposal summary constructed while executing/resolving proposal ballots.
size_t ccf::jsgov::ProposalInfoSummary::ballot_count |
std::optional<Failure> ccf::jsgov::ProposalInfoSummary::failure = std::nullopt |
ccf::ProposalId ccf::jsgov::ProposalInfoSummary::proposal_id |
ccf::MemberId ccf::jsgov::ProposalInfoSummary::proposer_id |
ccf::ProposalState ccf::jsgov::ProposalInfoSummary::state |
std::optional<VoteFailures> ccf::jsgov::ProposalInfoSummary::vote_failures = std::nullopt |
std::optional<Votes> ccf::jsgov::ProposalInfoSummary::votes = std::nullopt |