Registry / networking / sp-consensus-grandpa

sp-consensus-grandpa

JSON →
library29.0.0rscratesunverified

Primitives for GRANDPA integration, suitable for WASM compilation.

# Cargo.toml [dependencies] sp-consensus-grandpa = "29.0.0"
INSTALL
IMPORT
SIG · SP-CONSENSUS-GRAND
S
sp-consensus-grandpa
networkingrustv29.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GrandpaApi
use sp_consensus_grandpa::GrandpaApi;

Minimal example showing import of GRANDPA API.

use sp_consensus_grandpa::GrandpaApi; fn main() { // Example: use GRANDPA API. let api = GrandpaApi::new(); println!("GRANDPA API initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
29.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
sp-consensus-grandpa — cargo add sp-consensus-grandpa · libregistry