mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
add storage address and custom error type to core crate
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user