41 return std::make_shared<ccf::kv::Store>();
46 std::shared_ptr<ccf::kv::Store>
tables;
61 Tables::MEMBER_ENCRYPTION_PUBLIC_KEYS};
67 return std::make_tuple(
88 Tables::NODE_ENDORSED_CERTIFICATES};
93 Tables::NODE_SNP_UVM_ENDORSEMENTS};
97 return std::make_tuple(
112 Tables::COSE_GOV_HISTORY};
114 Tables::COSE_RECENT_PROPOSALS};
118 jsgov::Tables::PROPOSALS_INFO};
122 return std::make_tuple(
135 Tables::MODULES_QUICKJS_BYTECODE};
137 Tables::MODULES_QUICKJS_VERSION};
144 return std::make_tuple(
159 Tables::JWT_PUBLIC_SIGNING_KEYS_METADATA};
161 {Tables::Legacy::JWT_PUBLIC_SIGNING_KEYS};
164 Tables::Legacy::JWT_PUBLIC_SIGNING_KEY_ISSUER};
168 return std::make_tuple(
181 Tables::PREVIOUS_SERVICE_IDENTITY};
187 return std::make_tuple(
195 return std::tuple_cat(
210 const RecoveryShares
shares = {Tables::SHARES};
212 Tables::ENCRYPTED_PAST_LEDGER_SECRET};
214 Tables::ENCRYPTED_SUBMITTED_SHARES};
221 Tables::SERIALISED_MERKLE_TREE};
230 return std::tuple_cat(
ccf::kv::RawCopySerialisedMap< JwtKeyId, JwtIssuer > JwtPublicSigningKeyIssuer
Definition jwt.h:92
ccf::kv::RawCopySerialisedMap< JwtKeyId, Cert > JwtPublicSigningKeys
Definition jwt.h:90
ccf::ServiceMap< EndpointKey, EndpointProperties > EndpointsMap
Definition endpoint.h:236
ccf::kv::RawCopySerialisedMap< ccf::ProposalId, std::vector< uint8_t > > ProposalMap
Definition gov.h:83
ServiceMap< ccf::ProposalId, ProposalInfo > ProposalInfoMap
Definition gov.h:84
Definition app_interface.h:15
ccf::kv::RawCopySerialisedMap< NodeId, ccf::crypto::Pem > NodeEndorsedCertificates
Definition nodes.h:21
ServiceMap< NodeId, NodeInfo > Nodes
Definition nodes.h:19
ccf::kv::RawCopySerialisedValue< std::string > ModulesQuickJsVersion
Definition modules.h:18
ServiceMap< UserId, UserDetails > UserInfo
Definition users.h:32
ServiceMap< std::string, ProposalId > COSERecentProposals
Definition governance_history.h:22
ccf::kv::RawCopySerialisedMap< MemberId, ccf::crypto::Pem > MemberCerts
Definition members.h:79
ServiceValue< SnapshotHash > SnapshotEvidence
Definition snapshot_evidence.h:22
ServiceMap< MemberId, MemberDetails > MemberInfo
Definition members.h:77
std::shared_ptr< ccf::kv::Store > make_store()
Definition network_tables.h:39
ccf::kv::RawCopySerialisedMap< UserId, ccf::crypto::Pem > UserCerts
Definition users.h:31
ServiceValue< std::string > Constitution
Definition constitution.h:9
ServiceMap< DID, FeedToEndorsementsDataMap > SNPUVMEndorsements
Definition uvm_endorsements.h:24
ccf::kv::RawCopySerialisedMap< std::string, std::vector< uint8_t > > ModulesQuickJsBytecode
Definition modules.h:17
ServiceValue< ServiceInfo > Service
Definition service.h:55
ServiceValue< PrimarySignature > Signatures
Definition signatures.h:58
ServiceMap< MemberId, SignedReq > GovernanceHistory
Definition governance_history.h:12
ServiceMap< MemberId, EncryptedSubmittedShare > EncryptedSubmittedShares
Definition submitted_shares.h:19
ServiceMap< MemberId, MemberAck > MemberAcks
Definition members.h:140
ServiceMap< pal::SgxAttestationMeasurement, CodeStatus > CodeIDs
Definition code_id.h:11
ServiceMap< pal::SnpAttestationMeasurement, CodeStatus > SnpMeasurements
Definition snp_measurements.h:12
ServiceMap< JwtIssuer, JwtIssuerMetadata > JwtIssuers
Definition jwt.h:71
ServiceMap< std::string, ccf::crypto::Pem > ACMECertificates
Definition acme_certificates.h:12
ccf::kv::RawCopySerialisedValue< std::vector< uint8_t > > SerialisedMerkleTree
Definition signatures.h:62
ServiceMap< HostData, HostDataMetadata > SnpHostDataMap
Definition host_data.h:14
ccf::kv::RawCopySerialisedMap< std::string, Module > Modules
Definition modules.h:15
ServiceValue< bool > InterpreterFlush
Definition modules.h:19
ServiceValue< LedgerSecretsForNodes > Secrets
Definition secrets.h:36
ccf::kv::RawCopySerialisedMap< MemberId, ccf::crypto::Pem > MemberPublicEncryptionKeys
Definition members.h:81
ServiceValue< EncryptedLedgerSecretInfo > EncryptedLedgerSecretsInfo
Definition shares.h:118
ServiceValue< ccf::crypto::Pem > PreviousServiceIdentity
Definition previous_service_identity.h:13
ServiceMap< MemberId, std::vector< uint8_t > > COSEGovernanceHistory
Definition governance_history.h:17
ServiceValue< JSRuntimeOptions > JSEngine
Definition jsengine.h:106
ServiceMap< JwtKeyId, std::vector< OpenIDJWKMetadata > > JwtPublicSigningKeys
Definition jwt.h:73
ServiceMap< std::string, std::string > CACertBundlePEMs
Definition cert_bundles.h:9
Definition network_tables.h:45
const jsgov::ProposalInfoMap proposal_info
Definition network_tables.h:117
auto get_all_signature_tables() const
Definition network_tables.h:223
auto get_all_internal_tables() const
Definition network_tables.h:228
const endpoints::EndpointsMap js_endpoints
Definition network_tables.h:140
auto get_all_node_tables() const
Definition network_tables.h:95
const UserInfo user_info
Definition network_tables.h:75
std::shared_ptr< ccf::kv::Store > tables
Definition network_tables.h:46
const JwtIssuers jwt_issuers
Definition network_tables.h:157
const NodeEndorsedCertificates node_endorsed_certificates
Definition network_tables.h:87
const MemberPublicEncryptionKeys member_encryption_public_keys
Definition network_tables.h:60
const MemberInfo member_info
Definition network_tables.h:62
const UserCerts user_certs
Definition network_tables.h:74
const MemberAcks member_acks
Definition network_tables.h:63
const Tables::Legacy::JwtPublicSigningKeys legacy_jwt_public_signing_keys
Definition network_tables.h:160
auto get_all_member_tables() const
Definition network_tables.h:65
auto get_all_service_tables() const
Definition network_tables.h:185
const EncryptedSubmittedShares encrypted_submitted_shares
Definition network_tables.h:213
const Service service
Definition network_tables.h:179
auto get_all_jwt_tables() const
Definition network_tables.h:166
const SnpHostDataMap host_data
Definition network_tables.h:90
const Configuration config
Definition network_tables.h:182
const CACertBundlePEMs ca_cert_bundles
Definition network_tables.h:156
const JSEngine js_engine
Definition network_tables.h:139
const RecoveryShares shares
Definition network_tables.h:210
const ACMECertificates acme_certificates
Definition network_tables.h:89
auto get_all_user_tables() const
Definition network_tables.h:77
const InterpreterFlush interpreter_flush
Definition network_tables.h:138
const ModulesQuickJsBytecode modules_quickjs_bytecode
Definition network_tables.h:134
const SnpMeasurements snp_measurements
Definition network_tables.h:91
const COSEGovernanceHistory cose_governance_history
Definition network_tables.h:111
const EncryptedLedgerSecretsInfo encrypted_ledger_secrets
Definition network_tables.h:211
const COSERecentProposals cose_recent_proposals
Definition network_tables.h:113
const jsgov::ProposalMap proposals
Definition network_tables.h:116
const SerialisedMerkleTree serialise_tree
Definition network_tables.h:220
NetworkTables()
Definition network_tables.h:240
const PreviousServiceIdentity previous_service_identity
Definition network_tables.h:180
const Secrets secrets
Definition network_tables.h:208
const SNPUVMEndorsements snp_uvm_endorsements
Definition network_tables.h:92
const CodeIDs node_code_ids
Definition network_tables.h:85
const SnapshotEvidence snapshot_evidence
Definition network_tables.h:209
const MemberCerts member_certs
Definition network_tables.h:59
const Signatures signatures
Definition network_tables.h:219
const GovernanceHistory governance_history
Definition network_tables.h:110
const ModulesQuickJsVersion modules_quickjs_version
Definition network_tables.h:136
const Tables::Legacy::JwtPublicSigningKeyIssuer legacy_jwt_public_signing_key_issuer
Definition network_tables.h:163
auto get_all_builtin_governance_tables() const
Definition network_tables.h:193
auto get_all_governance_history_tables() const
Definition network_tables.h:120
const Modules modules
Definition network_tables.h:133
const JwtPublicSigningKeys jwt_public_signing_keys_metadata
Definition network_tables.h:158
const Nodes nodes
Definition network_tables.h:86
auto get_all_js_generic_tables() const
Definition network_tables.h:142
const Constitution constitution
Definition network_tables.h:183