mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Add typedefs for storage types (#4654)
* Add typedefs for storage types * Fix after merge
This commit is contained in:
committed by
Bastian Köcher
parent
20ce6c120c
commit
482ca522cc
@@ -62,7 +62,10 @@ pub use changes_trie::{
|
||||
disabled_state as disabled_changes_trie_state,
|
||||
BlockNumber as ChangesTrieBlockNumber,
|
||||
};
|
||||
pub use overlayed_changes::{OverlayedChanges, StorageChanges, StorageTransactionCache};
|
||||
pub use overlayed_changes::{
|
||||
OverlayedChanges, StorageChanges, StorageTransactionCache, StorageKey, StorageValue,
|
||||
StorageCollection, ChildStorageCollection,
|
||||
};
|
||||
pub use proving_backend::{
|
||||
create_proof_check_backend, create_proof_check_backend_storage, merge_storage_proofs,
|
||||
ProofRecorder, ProvingBackend, ProvingBackendRecorder, StorageProof,
|
||||
|
||||
Reference in New Issue
Block a user