mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 15:41:02 +00:00
core integration into subxt, except for examples
This commit is contained in:
+3
-2
@@ -45,7 +45,6 @@ pub use getrandom as _;
|
||||
pub mod backend;
|
||||
pub mod blocks;
|
||||
pub mod client;
|
||||
pub mod config;
|
||||
pub mod constants;
|
||||
pub mod custom_values;
|
||||
pub mod dynamic;
|
||||
@@ -64,10 +63,12 @@ mod macros;
|
||||
// but leave most types behind their respective modules.
|
||||
pub use crate::{
|
||||
client::{OfflineClient, OnlineClient},
|
||||
config::{Config, PolkadotConfig, SubstrateConfig},
|
||||
error::Error,
|
||||
};
|
||||
|
||||
pub use subxt_core::config;
|
||||
pub use subxt_core::config::{Config, PolkadotConfig, SubstrateConfig};
|
||||
|
||||
use subxt_core::metadata::Metadata;
|
||||
|
||||
/// Re-export external crates that are made use of in the subxt API.
|
||||
|
||||
Reference in New Issue
Block a user