Crate sc_network_common
source ·Expand description
Common data structures of the networking layer.
Modules
- Configuration of the networking layer.
- Substrate network possible errors.
- Network packet message types. These get serialized and put into the lower level protocol payload.
- Collection of generic data structures for request-response protocols.
- Abstract interfaces and data structures related to network sync.
Traits
- Minimum Requirements for a Hash within Networking