Expand description
Pallet that provides necessary Leaf data for MMR.
Modules§
- dispatchables
- Auto-generated docs-only module listing all defined dispatchables for this pallet.
- storage_
types - Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
Structs§
- Pallet
- The
Pallet
struct, the main type that implements traits and standalone functions within the pallet.
Enums§
- Call
- Contains a variant per dispatchable extrinsic that this pallet has.
Traits§
- Config
- Configuration trait of this pallet.
Type Aliases§
- MmrRoot
Hashes - Map of block numbers to mmr root hashes.
- Module
Deprecated - Type alias to
Pallet
, to be used byconstruct_runtime
.