Module oasis_core_runtime::types
source · Expand description
Types used by the worker-host protocol.
Structs§
- CheckTx transaction metadata.
- Result of a CheckTx operation.
- Computed batch.
- A serializable error.
- A feature specifying that the runtime supports controlling the scheduling of batches. This means that the scheduler should only take priority into account and ignore weights, leaving it up to the runtime to decide which transactions to include.
- Set of supported runtime features.
- Request to host to fetch the consensus events for the given height.
- Response from host fetching the consensus events for the given height.
- Runtime protocol message.
- Registration for runtime event notifications.
- Runtime information request.
- Runtime information response.
- An event notification.
Enums§
- Runtime host protocol message body.
- Consensus event kind.
- Batch execution mode.
- Host storage endpoint.
- Storage sync request.
- Storage sync response.