sui-rpc 0.0.6

RPC interface definitions and client for the Sui Sdk
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod client;
pub mod field;
pub mod headers;
pub mod merge;
pub mod proto;

pub use client::Client;

#[doc(hidden)]
mod _serde;