Module primitives
Available on crate feature
network
only.Expand description
Abstraction over primitive types in network messages.
Structs§
- EthNetwork
Primitives - Network primitive types used by Ethereum networks.
Traits§
- NetPrimitives
For - This is a helper trait for use in bounds, where some of the
NetworkPrimitives
associated types must be the same as theNodePrimitives
associated types. - Network
Primitives - Abstraction over primitive types which might appear in network messages. See
crate::EthMessage
for more context.