add storage address and custom error type to core crate

This commit is contained in:
Tadeo hepperle
2024-02-01 18:19:26 +01:00
parent aed00e52f8
commit 97aad71569
15 changed files with 633 additions and 546 deletions
+5
View File
@@ -11,11 +11,16 @@
pub mod client;
pub mod config;
pub mod dynamic;
mod error;
pub mod metadata;
pub mod prelude;
pub mod signer;
pub mod storage;
pub mod tx;
pub mod utils;
pub use error::{Error, MetadataError, StorageAddressError};
pub use config::{
BlockHash, Config, ExtrinsicParams, ExtrinsicParamsEncoder, PolkadotConfig,
PolkadotExtrinsicParams, SubstrateConfig, SubstrateExtrinsicParams,