Expand description
This module provides a convenient library for writing a Linera client application.
Re-exports§
pub use client_context::ClientContext;pub use client_options::Options;
Modules§
- benchmark
- Tooling for running throughput benchmarks against a network.
- chain_
listener - Listens for notifications on the chains tracked by a client and reacts to them.
- client_
context - The context bundling the wallet, storage, and configuration a client operates with.
- client_
metrics - Prometheus metrics collected by the client.
- client_
options - Command-line options shared by the client binaries.
- config
- Configuration types for wallets, committees, and validator servers.
- util
- Assorted parsing and command-line helper utilities.