Skip to content

Commit

Permalink
Reexport subxt_signer
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Mar 12, 2024
1 parent a6a0fae commit 8625f32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions crates/e2e/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,13 @@ pub use subxt_client::{
Client,
Error,
};
pub use subxt_signer::sr25519::{
pub use subxt_signer::{
self,
dev::*,
Keypair,
sr25519::{
self,
dev::*,
Keypair,
},
};
pub use tokio;
pub use tracing_subscriber;
Expand Down

0 comments on commit 8625f32

Please sign in to comment.