Registry / networking / sp-finality-grandpa

sp-finality-grandpa

JSON →
library16.0.0rscratesunverified

Primitives for GRANDPA finality gadget integration, suitable for WASM compilation.

# Cargo.toml [dependencies] sp-finality-grandpa = "16.0.0"
INSTALL
IMPORT
SIG · SP-FINALITY-GRANDP
S
sp-finality-grandpa
networkingrustv16.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_finality_grandpa::GrandpaApi;

Initializes the GRANDPA API for finality gadget integration.

use sp_finality_grandpa::GrandpaApi; fn main() { let api = GrandpaApi::new(); println!("GRANDPA API initialized"); }
Debug
Known issues
gotchaRequires specific Substrate runtime environment
fix
Ensure you are building within a Substrate node context with appropriate runtime dependencies.
affects: >=16.0.0
Upgrade
Version history
16.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
sp-finality-grandpa — cargo add sp-finality-grandpa · libregistry