mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
fmt
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ pub use subxt_core::{
|
||||
config, dynamic, metadata, signed_extensions, AccountId32, BlockHash, ClientBase, Config,
|
||||
DecodedValue, DecodedValueThunk, ExtrinsicParams, ExtrinsicParamsEncoder, Hasher, Header,
|
||||
Metadata, MultiAddress, PolkadotConfig, PolkadotExtrinsicParams, RuntimeVersion, Signer,
|
||||
StorageAddress, SubstrateConfig, SubstrateExtrinsicParams
|
||||
StorageAddress, SubstrateConfig, SubstrateExtrinsicParams,
|
||||
};
|
||||
|
||||
/// Re-export external crates that are made use of in the subxt API.
|
||||
|
||||
+2
-2
@@ -5,8 +5,8 @@
|
||||
//! Utility functions used in subxt. Reexports all elements from [`subxt_core::utils`];
|
||||
|
||||
pub use subxt_core::utils::{
|
||||
bits, strip_compact_prefix, to_hex, AccountId32, KeyedVec, MultiAddress, MultiSignature,
|
||||
UncheckedExtrinsic, Yes, H160, H256, H512, Era,Static,
|
||||
bits, strip_compact_prefix, to_hex, AccountId32, Era, KeyedVec, MultiAddress, MultiSignature,
|
||||
Static, UncheckedExtrinsic, Yes, H160, H256, H512,
|
||||
};
|
||||
|
||||
use url::Url;
|
||||
|
||||
Reference in New Issue
Block a user