Crate subcoin_runtime
source ·Expand description
Subcoin runtime is a minimalistic Substrate runtime consisting of frame-system and pallet-bitcoin. It does not implement all the typical runtime APIs the normal runtimes would do as many of them does not make sense in Subcoin.
Modules§
- Some re-exports that the node side code needs to know. Some are useful in this context as well.
Structs§
- Subcoin block weights.
- 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§
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.