mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 15:35:42 +00:00
expose jsonrpc-core client (#672)
* expose jsonrpc-core client * use shared reference to RpcClienT * don't expose Arc<dyn RpcClientT> * cargo fmt
This commit is contained in:
@@ -17,7 +17,6 @@ pub use event_subscription::{
|
||||
FinalizedEventSub,
|
||||
};
|
||||
pub use events_client::{
|
||||
// Exposed only for testing:
|
||||
subscribe_to_block_headers_filling_in_gaps,
|
||||
EventsClient,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user