casper-client 5.0.1

A client library and binary for interacting with the Casper network
Documentation
1
2
3
4
5
6
7
mod call;
mod id;
mod success_response;

pub(crate) use call::Call as JsonRpcCall;
pub use id::Id as JsonRpcId;
pub use success_response::SuccessResponse;