Expand description
micronet-antenna is the std-enabled wrapper around micronet-antenna-core.
micronet-antenna-corecontains the deterministic runtime/state and message types (designed to be usable inno_std+allocenvironments).micronet-antennaadds std-only ergonomics such as network transport.
Re-exports§
pub use transport::Transport;
Modules§
Structs§
- Global
State - Deterministic replicated state.
- NodeId
- Stable node identity.
- Proposal
- A proposal is a unit of governance.
- Proposal
Id - Stable identifier for a proposal.
- Runtime
- Execution engine that applies
Messagevalues to deriveGlobalState. - Vote
- A vote for a specific proposal.
Enums§
- Decision
- Result of a proposal vote.
- Error
- Error type used by the
micronet-antennastd wrapper. - Message
- The network message model.
- Runtime
Event - Side effects emitted by
Runtime::apply. - Vote
Rule - How votes are aggregated into a
Decision.
Type Aliases§
- Result
- Convenience result alias for std wrapper operations.