Module chain_spec_guide_runtime::runtime
source · Expand description
A minimal runtime that shows runtime genesis state.
Modules§
Structs§
- Provides an implementation of
PalletInfo
to provide information about the pallet setup in the runtime. - Implements all runtime apis for the client side.
- The runtime origin type representing the origin of a call.
Enums§
- The aggregated runtime call type.
- An aggregation of all
Task
enums across all pallets included in the current runtime.
Constants§
- The runtime version.
Type Aliases§
- All pallets included in the runtime as a nested tuple of types.
- All pallets included in the runtime as a nested tuple of types. Excludes the System pallet.
- Sample pallet 1
- Sample pallet 2
- Mandatory system pallet that should always be included in a FRAME runtime.