pub type GrandpaPalletOf<T, I> = Pallet<T, <T as Config<I>>::BridgesGrandpaPalletInstance>;
Expand description
Bridge GRANDPA pallet that is used to verify parachain proofs.
Aliased Type§
struct GrandpaPalletOf<T, I>(/* private fields */);
pub type GrandpaPalletOf<T, I> = Pallet<T, <T as Config<I>>::BridgesGrandpaPalletInstance>;
Bridge GRANDPA pallet that is used to verify parachain proofs.
struct GrandpaPalletOf<T, I>(/* private fields */);