Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
CCF documentation
  • Overview
    • What is CCF?
    • Governance
    • Performance
    • Frequently Asked Questions
    • Maintenance
    • Glossary
  • Build Apps
    • Quick Start
    • Install CCF
    • C++ Application
      • Example app (C++)
      • Example app RPC API
    • TypeScript Application
    • JavaScript Application Bundle
    • Logging
    • Build and Sign CCF Applications
    • Running CCF Applications
    • User Authentication
      • JWT Authentication
      • Certificate Authentication
    • Key-Value Store
      • Key-Value Store How-To
      • Key-Value Serialisation
      • Key-Value Store API
    • Developer API
    • Cryptography API
    • Release and compatibility policy
      • 4.x to 5.0 Migration Guide
  • Use Apps
    • Issuing Commands
    • Verifying Transactions
    • Verifying Quote
    • RPC API
  • Operations
    • Setup CCF Runtime Environment
    • Running a CCF Service
    • Configuration
    • Ledger and Snapshots
    • Data Persistence
    • Code Upgrade
    • Certificates
    • Disaster Recovery
    • Networking
    • Platforms
      • Intel SGX
      • AMD SEV-SNP
      • Insecure Virtual
    • Troubleshooting CCF
    • Resource Usage
    • Operator RPC API
  • Governance
    • Constitution
    • Proposing and Voting for a Proposal
    • JavaScript Runtime Options
    • Opening a Network
    • Accepting Recovery and Submitting Shares
    • Common Governance Operations
    • Adding New Members
    • Using Member Keys Stored in HSM
    • Member RPC API
      • 2024-07-01
      • 2023-06-01-preview
      • Classic API (Deprecated)
      • Upgrading From Classic API
  • Audit
    • Receipts
    • Built-in Maps
    • Python Library
    • Read-Write Permissions On KV Maps
  • Contribute
    • Onboarding
    • Create Azure SGX VM
    • CCF Development Setup
    • Build CCF from Source
    • Release or patch a CCF release
    • CCF Build Images
  • Architecture
    • Consensus Protocol
    • Cryptography
    • Request Flow
    • Threading
    • Merkle Tree
    • Ledger
    • TLA+ Specifications
    • Node-to-Node Channels
    • Indexing
    • Receipts
    • TLS Internals
    • TCP Internals
    • QUIC Internals
    • Piccolo
      • Generator
      • Submitter
      • Analyzer
  • Research
Back to top
View this page

Member RPC APIΒΆ

Member RPCs are exposed under the /gov prefix. Many require COSE authentication, with the payload signed by a member identity. Others provide public read access to governance state.

Multiple API versions are available, with the versions supported by the current CCF version listed below:

  • 2024-07-01
  • 2023-06-01-preview
  • Classic API (Deprecated)
  • Upgrading From Classic API
    • Proposals
    • Ballots
    • Member Activation
    • Transaction Status
    • Recovery
    • Service State
Next
2024-07-01
Previous
Using Member Keys Stored in HSM
Copyright © 2024, Microsoft
Made with Sphinx and @pradyunsg's Furo