Crate starknet_types_rpc

Source
Expand description

Types used by the StarkNet RPC API Specification.

§Generation

Most of the types of this crate are generated directly from the specification using openrpc-gen, ensuring that they are always up-to-date.

All generated types implement Clone and Debug, as well as serde’s Serialize and Deserialize to allow for easy serialization and deserialization.

Re-exports§

pub use self::v0_7_1::*;

Modules§

v0_7_1
v0.7.1 of the API.