Expand description
This module provide basic mechanism.
Modules§
- ext
- Unified, effect-separated protocol abstraction shared by
nativeandbrowser. - protocols
- Built-in protocol extensions.
- snark
- SNARK Backend
- transport
- Transport relay — one abstraction for TCP, HTTP and (future) UDP.
- types
- Backend message types.
Structs§
- Backend
- Backend handles inbound custom messages from the Swarm, routing each decoded
Envelopeto its namespace’s protocol via theExtensionsregistry. The registry is shared with theProvider, so protocols registered there are visible to inbound dispatch here. Each protocol’s interpreter does its IO through a namespace-scopedScope; the underlying router capability is internal.