-
- All Implemented Interfaces:
public interface HashersProviderAn interface for providing a storage hasher
-
-
Method Summary
Modifier and Type Method Description abstract StorageHashinggetStorageHasher(RuntimeModuleStorage storage)Provides a storage hasher for a specified storage -
-
Method Detail
-
getStorageHasher
abstract StorageHashing getStorageHasher(RuntimeModuleStorage storage)
Provides a storage hasher for a specified storage
- Parameters:
storage- the module storage which needs to be hashed
-
-
-
-