Provides the networking stack for the Aptos blockchain, handling peer discovery, connectivity, and message passing.
# Cargo.toml
[dependencies]
aptos-network = "latest"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to reference the primary transport type.
Enable features like `tcp` or `noise` in your Cargo.toml: aptos-network = { version = "*", features = ["tcp"] }Breaking-change detection hasn't run for this library yet.
No dependency data recorded yet.