Crate everscale_network

Source
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§

SubscriberContext
Message or query context.

Enums§

QueryConsumingResult
Subscriber response for consumed query

Traits§

MessageSubscriber
ADNL custom messages subscriber
QuerySubscriber
ADNL, RLDP or overlay queries subscriber