casper-client 5.0.1

A client library and binary for interacting with the Casper network
Documentation
1
2
3
4
5
mod get;
mod transfers;

pub use get::GetBlock;
pub use transfers::GetBlockTransfers;