Skip to main content

Crate linera_client

Crate linera_client 

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

Enums§

Error