Re-exports§
pub use config::Config;
Modules§
Macros§
- perform
- Yield an effect, expecting a specific type of resume value.
- process
- Process an
Inputand handle the emittedEffects.
Structs§
- Behaviour
- Inbound
Request Id - Metrics
- Outbound
Request Id - PeerId
- Identifier of a peer of the network.
- RawDecided
Value - RawRequest
- RawResponse
- State
- Status
- Value
Request - Value
Response
Enums§
- Effect
- Error
- Height
Start Type - Indicates whether the height is the start of a new height or a restart of the latest height
- Input
- RawMessage
- Request
- Response
- Resume
Traits§
- Resumable
- Provides a way to construct the appropriate
Resumevalue to resume execution after handling anEffect.