1pub const CANIC_RESPONSE_CAPABILITY_V1: &str = "canic_response_capability_v1";
6pub const CANIC_REQUEST_DELEGATION: &str = "canic_request_delegation";
7pub const CANIC_REQUEST_ROLE_ATTESTATION: &str = "canic_request_role_attestation";
8pub const CANIC_ATTESTATION_KEY_SET: &str = "canic_attestation_key_set";
9pub const CANIC_DELEGATION_SET_SIGNER_PROOF: &str = "canic_delegation_set_signer_proof";
10pub const CANIC_DELEGATION_SET_VERIFIER_PROOF: &str = "canic_delegation_set_verifier_proof";
11pub const CANIC_WASM_STORE_CATALOG: &str = "canic_wasm_store_catalog";
12pub const CANIC_WASM_STORE_INFO: &str = "canic_wasm_store_info";
13pub const CANIC_WASM_STORE_STATUS: &str = "canic_wasm_store_status";
14pub const CANIC_WASM_STORE_PREPARE_GC: &str = "canic_wasm_store_prepare_gc";
15pub const CANIC_WASM_STORE_BEGIN_GC: &str = "canic_wasm_store_begin_gc";
16pub const CANIC_WASM_STORE_COMPLETE_GC: &str = "canic_wasm_store_complete_gc";
17pub const CANIC_WASM_STORE_PREPARE: &str = "canic_wasm_store_prepare";
18pub const CANIC_WASM_STORE_CHUNK: &str = "canic_wasm_store_chunk";
19pub const CANIC_WASM_STORE_PUBLISH_CHUNK: &str = "canic_wasm_store_publish_chunk";
20pub const CANIC_WASM_STORE_BOOTSTRAP_STAGE_MANIFEST_ADMIN: &str =
21 "canic_wasm_store_bootstrap_stage_manifest_admin";
22pub const CANIC_WASM_STORE_BOOTSTRAP_PREPARE_ADMIN: &str =
23 "canic_wasm_store_bootstrap_prepare_admin";
24pub const CANIC_WASM_STORE_BOOTSTRAP_PUBLISH_CHUNK_ADMIN: &str =
25 "canic_wasm_store_bootstrap_publish_chunk_admin";
26pub const CANIC_WASM_STORE_BOOTSTRAP_RESUME_ROOT_ADMIN: &str =
27 "canic_wasm_store_bootstrap_resume_root_admin";
28
29pub const CANIC_SYNC_STATE: &str = "canic_sync_state";
30pub const CANIC_SYNC_TOPOLOGY: &str = "canic_sync_topology";