Module clients

Module clients 

Source

Re-exports§

pub use online_client::OnlineClient;
pub use reqwest_client::ReqwestClient;
pub use main_client::Client;

Modules§

main_client
High-level Avail client combining RPC access with helper APIs for blocks and transactions.
online_client
Thin cached view of chain metadata and runtime versions fetched from an RPC endpoint.
reqwest_client
utils