mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
Add subxt feature in subxt-signer crate to default features (#1193)
* add subxt to subxt-signer default features * distinguish between native and web in signer * fix formatting and clippy * rustfmt
This commit is contained in:
@@ -38,3 +38,6 @@ pub use secrecy::{ExposeSecret, SecretString};
|
||||
// SecretUri's can be parsed from strings and used to generate key pairs.
|
||||
// DeriveJunctions are the "path" part of these SecretUris.
|
||||
pub use crypto::{DeriveJunction, SecretUri, SecretUriError, DEV_PHRASE};
|
||||
|
||||
#[cfg(all(feature = "subxt", not(any(feature = "web", feature = "native"))))]
|
||||
compile_error!("subxt-signer: When using the 'subxt' feature, exactly one of the 'web' and 'native' features should be used.");
|
||||
|
||||
Reference in New Issue
Block a user