mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 13:01:07 +00:00
subxt: Expose light client under experimental feature-flag
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
#[cfg(feature = "jsonrpsee")]
|
||||
mod jsonrpsee_impl;
|
||||
|
||||
#[cfg(feature = "experimental-light-client")]
|
||||
mod lightclient;
|
||||
|
||||
mod rpc;
|
||||
mod rpc_client;
|
||||
mod rpc_client_t;
|
||||
@@ -62,3 +65,6 @@ pub use rpc_client_t::{
|
||||
};
|
||||
|
||||
pub use rpc_client::{rpc_params, RpcClient, RpcParams, Subscription};
|
||||
|
||||
#[cfg(feature = "experimental-light-client")]
|
||||
pub use lightclient::{LightClient, LightClientError};
|
||||
|
||||
Reference in New Issue
Block a user