Expand description
Implementation of the network part of the Everscale blockchain.
Re-exports§
pub use util::NetworkBuilder;
pub use everscale_crypto as crypto;
pub use tl_proto as tl;
Modules§
- adnl
- ADNL - Abstract Datagram Network Layer
- dht
- DHT - Kademlia-like Distributed Hash Table
- overlay
- Overlay - virtual subnetwork
- proto
- TL protocol models
- rldp
- RLDP - Reliable Large Datagram Protocol
- util
- Basic primitives and helpers
Structs§
- Subscriber
Context - Message or query context.
Enums§
- Query
Consuming Result - Subscriber response for consumed query
Traits§
- Message
Subscriber - ADNL custom messages subscriber
- Query
Subscriber - ADNL, RLDP or overlay queries subscriber