Cargo Features
[dependencies]
sui-jsonrpc = { version = "0.12.0", default-features = false, features = ["client", "client-api"] }
- default = client
-
The
client
feature is set by default wheneversui-jsonrpc
is added without
somewhere in the dependency tree.default-features = false - client default = client-api
-
Enables http, http-client and ws-client of jsonrpsee
Affects
sui-jsonrpc::client
… - client-api client
-
Enables extension-traits, client-core and macros of jsonrpsee
Affects
sui-jsonrpc::api
,sui-jsonrpc::error
…