Expand description
Subsystem trait definitions and message types.
Node-side logic for Polkadot is mostly comprised of Subsystems, which are discrete components that communicate via message-passing. They are coordinated by an overseer, provided by a separate crate.
Modules§
Structs§
- Activated
Leaf  - Activated leaf.
 - Active
Leaves Update  - Changes in the set of active leaves: the parachain heads which we care to work on.
 - Default
Subsystem Client  - Default implementation of 
RuntimeApiSubsystemClientusing the client. 
Enums§
- Overseer
Signal  - Signals sent by an overseer to a subsystem.
 
Traits§
- Chain
ApiBackend  - Offers header utilities.
 - Runtime
ApiSubsystem Client  - Exposes all runtime calls that are used by the runtime API subsystem.
 
Type Aliases§
- Block
 - Block type.
 - Block
Number  - The block number type used by Polkadot. 32-bits will allow for 136 years of blocks assuming 1 block per second.
 - Hash
 - A hash of some data used by the relay chain.
 - Unpin
Handle  - Keeps the state of a specific block pinned in memory while the handle is alive.