Skip to main content

lexe_node_client/
lib.rs

1//! A crate containing clients to user nodes and the Lexe gateway.
2
3/// `NodeClient` and `GatewayClient`.
4pub mod client;
5/// Client credentials.
6pub mod credentials;