-
- All Implemented Interfaces:
public interface StorageHashingInterface for providing a hashing functionality
-
-
Method Summary
Modifier and Type Method Description abstract ByteArrayhash(RuntimeModuleStorageItem storageItem, List<ByteArrayConvertible> keys)Hashes provided storage item. -
-
Method Detail
-
hash
abstract ByteArray hash(RuntimeModuleStorageItem storageItem, List<ByteArrayConvertible> keys)
Hashes provided storage item. The hashing can be either plain or key-map
- Parameters:
storageItem- a storage item to hashkeys- keys for hashing by key-mapping
-
-
-
-