mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 02:31:03 +00:00
config: Handle hasher and header
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
//! ```
|
||||
|
||||
mod storage_key;
|
||||
mod utils;
|
||||
pub mod utils;
|
||||
|
||||
pub mod address;
|
||||
|
||||
|
||||
@@ -11,7 +11,8 @@ use crate::error::{Error, MetadataError};
|
||||
use crate::metadata::Metadata;
|
||||
use alloc::borrow::ToOwned;
|
||||
use alloc::vec::Vec;
|
||||
use subxt_metadata::{PalletMetadata, StorageEntryMetadata, StorageHasher};
|
||||
pub use subxt_metadata::StorageHasher;
|
||||
use subxt_metadata::{PalletMetadata, StorageEntryMetadata};
|
||||
|
||||
/// Return the root of a given [`Address`]: hash the pallet name and entry name
|
||||
/// and append those bytes to the output.
|
||||
|
||||
Reference in New Issue
Block a user