mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Small fixes in subxt-core and remove metadata mod
This commit is contained in:
+1
-6
@@ -39,7 +39,7 @@ pub mod view_functions;
|
||||
|
||||
pub use config::Config;
|
||||
pub use error::Error;
|
||||
pub use metadata::Metadata;
|
||||
pub use subxt_metadata::Metadata;
|
||||
|
||||
/// Re-exports of some of the key external crates.
|
||||
pub mod ext {
|
||||
@@ -48,8 +48,3 @@ pub mod ext {
|
||||
pub use scale_encode;
|
||||
pub use scale_value;
|
||||
}
|
||||
|
||||
/// Re-exports the [`subxt_metadata::Metadata`] type.
|
||||
pub mod metadata {
|
||||
pub use subxt_metadata::Metadata;
|
||||
}
|
||||
Reference in New Issue
Block a user