sui-graphql
A Rust client for interacting with the Sui blockchain via its GraphQL API.
Provides typed methods for querying chain state, objects, transactions,
checkpoints, epochs, executing transactions, and more. For custom queries,
the companion sui-graphql-macros
crate offers #[derive(Response)] for ergonomic, compile-time validated
response deserialization.