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§
- api
- interface
- Some re-exports that the node side code needs to know. Some are useful in this context as well.
Structs§
- Block
Weights - Subcoin block weights.
- Pallet
Info - Provides an implementation of
PalletInfo
to provide information about the pallet setup in the runtime. - Runtime
- Runtime
Api - Runtime
ApiImpl - Implements all runtime apis for the client side.
- Runtime
Genesis Config - Runtime
Origin - The runtime origin type representing the origin of a call.
- Version
Enums§
- Origin
Caller - Runtime
Call - The aggregated runtime call type.
- Runtime
Error - Runtime
Event - Runtime
Task - An aggregation of all
Task
enums across all pallets included in the current runtime.
Constants§
Functions§
- native_
version - The version information used to identify this runtime when compiled natively.
Type Aliases§
- Address
- AllPallets
With System - All pallets included in the runtime as a nested tuple of types.
- AllPallets
Without System - All pallets included in the runtime as a nested tuple of types. Excludes the System pallet.
- Bitcoin
- Header
- System
- System
Config - Unchecked
Extrinsic