Crate veles_casper_rust_sdk

Crate veles_casper_rust_sdk 

Source
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§

TransactionV1Builder
A builder for constructing TransactionV1 instances with various configuration options.

Enums§

TransactionV1BuilderError
Errors returned while building a [TransactionV1] using a [TransactionV1Builder].