Skip to content

Commit

Permalink
expose JsonRpseeError
Browse files Browse the repository at this point in the history
  • Loading branch information
helin6 committed Aug 3, 2023
1 parent 8c78061 commit cb3899c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subxt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cb3899c

Please sign in to comment.