odra-casper-rpc-client 2.9.0

RPC Client for the Casper Node.
Documentation
1
2
3
4
5
6
7
8
9
//! Casper Client implementation for Odra.
//! It uses parts of the Casper Client implementation to communicate with Casper Node's RPC API.

extern crate core;

pub mod casper_client;
pub mod error;
pub mod log;
pub mod utils;