15 static constexpr auto GOV_HISTORY =
"public:ccf.gov.history";
20 static constexpr auto COSE_GOV_HISTORY =
"public:ccf.gov.cose_history";
25 static constexpr auto COSE_RECENT_PROPOSALS =
26 "public:ccf.gov.cose_recent_proposals";
Definition app_interface.h:15
ServiceMap< std::string, ProposalId > COSERecentProposals
Definition governance_history.h:22
ServiceMap< MemberId, SignedReq > GovernanceHistory
Definition governance_history.h:12
ServiceMap< MemberId, std::vector< uint8_t > > COSEGovernanceHistory
Definition governance_history.h:17