From cb3899c5ac8e9e5ef3a96af990872ffb2b9efb3b Mon Sep 17 00:00:00 2001 From: helin6 <577522102@qq.com> Date: Thu, 3 Aug 2023 11:26:16 +0800 Subject: [PATCH] expose JsonRpseeError --- subxt/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subxt/src/lib.rs b/subxt/src/lib.rs index 0711057ccf..3a9152fdb4 100644 --- a/subxt/src/lib.rs +++ b/subxt/src/lib.rs @@ -73,6 +73,8 @@ pub use crate::{ metadata::Metadata, }; +pub use jsonrpsee::core::Error as JsonRpseeError; + /// Re-export external crates that are made use of in the subxt API. pub mod ext { pub use codec;