sui-rpc 0.2.0

RPC interface definitions and client for the Sui Sdk
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![cfg_attr(doc_cfg, feature(doc_cfg))]

pub mod client;
pub mod field;
pub mod headers;
pub mod merge;
pub mod proto;

#[cfg(feature = "faucet")]
#[cfg_attr(doc_cfg, doc(cfg(feature = "faucet")))]
pub mod faucet;

pub use client::Client;

#[doc(hidden)]
mod _serde;