Crate snarkos_node_router
source ·Re-exports§
pub use snarkos_node_router_messages as messages;
Macros§
- A macro unwrapping the expected handshake message or returning an error for unexpected messages.
Structs§
- The state for each connected peer.
Constants§
- The maximum number of blocks the client can be behind it’s latest peer before it skips processing incoming transactions and solutions.
Traits§
Functions§
- A helper function to compute the maximum of two numbers. See Rust issue 92391: https://github.com/rust-lang/rust/issues/92391.