Skip to main content

odra_casper_rpc_client/
lib.rs

1//! Casper Client implementation for Odra.
2//! It uses parts of the Casper Client implementation to communicate with Casper Node's RPC API.
3
4extern crate core;
5
6pub mod casper_client;
7pub mod error;
8pub mod log;
9pub mod utils;