Small fixes in subxt-core and remove metadata mod

This commit is contained in:
James Wilson
2025-10-02 15:06:07 +01:00
parent 8257e28c57
commit ee2bf5f3d9
11 changed files with 16 additions and 20 deletions
+1 -6
View File
@@ -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;
}