Expand description
Storage keys of bridge GRANDPA pallet.
Constants§
- BEST_
FINALIZED_ VALUE_ NAME - Name of the
BestFinalized
storage value. - CURRENT_
AUTHORITY_ SET_ VALUE_ NAME - Name of the
CurrentAuthoritySet
storage value. - PALLET_
OPERATING_ MODE_ VALUE_ NAME - Name of the
IsHalted
storage value.
Functions§
- best_
finalized_ key - Storage key of the best finalized header number and hash value in the runtime storage.
- current_
authority_ set_ key - Storage key of the
CurrentAuthoritySet
variable in the runtime storage. - pallet_
operating_ mode_ key - Storage key of the
PalletOperatingMode
variable in the runtime storage.