Expand description
Unofficial Casper Rust SDK
This crate provides utilities to interact with the Casper blockchain, including JSON-RPC client and SSE (Server-Sent Events) listener.
Modules§
- jsonrpc
- JSONRPC client for interacting with a Casper network.
- sse
- SSE (Server-Sent Events) listener for Casper blockchain
Structs§
- Transaction
V1Builder - A builder for constructing
TransactionV1instances with various configuration options.
Enums§
- Transaction
V1Builder Error - Errors returned while building a [
TransactionV1] using a [TransactionV1Builder].