Crate minimal_template_runtime
source ·Expand description
A minimal runtime that includes the template pallet
.
Modules§
- Provides getters for genesis configuration presets.
- Some re-exports that the node side code needs to know. Some are useful in this context as well.
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.
- A reason for placing a freeze on funds.
- A reason for placing a hold on funds.
- An identifier for each lock placed on funds.
- A reason for slashing funds.
- An aggregation of all
Task
enums across all pallets included in the current runtime.
Constants§
- The runtime version.
Functions§
- The version information used to identify this runtime when compiled natively.
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.
- Provides the ability to keep track of balances.
- Provides a way to execute privileged functions.
- Mandatory system pallet that should always be included in a FRAME runtime.
- A minimal pallet template.
- Provides a way for consensus systems to set and check the onchain time.
- Provides the ability to charge for extrinsic execution.