Skip to main content

Crate grandpa_verifier

Crate grandpa_verifier 

Source
Expand description

GRANDPA consensus client verification function

Re-exports§

pub use error::Error;

Modules§

error
Typed errors for the GRANDPA consensus support — both the verifier (verify_grandpa_finality_proof, verify_parachain_headers_with_grandpa_finality_proof) and the ismp-grandpa client wrapper.

Functions§

verify_grandpa_finality_proof
This function verifies the GRANDPA finality proof for both standalone chain and parachain headers.
verify_parachain_headers_with_grandpa_finality_proof
This function verifies the GRANDPA finality proof for relay chain headers.