ic-agent 0.45.0

Agent library to communicate with the Internet Computer, following the Public Specification.
Documentation
1
2
3
4
5
6
/// Snapshot of the routing table.
pub mod latency_based_routing;
/// Node implementation.
pub mod round_robin_routing;
/// Routing snapshot implementation.
pub mod routing_snapshot;