-
- All Implemented Interfaces:
public final class RuntimeModuleStorageItemTypeMap
-
-
Field Summary
Fields Modifier and Type Field Description private final List<RuntimeModuleStorageHasher>hashersprivate final BigIntegerkeyprivate final BigIntegertype
-
Constructor Summary
Constructors Constructor Description RuntimeModuleStorageItemTypeMap(List<RuntimeModuleStorageHasher> hashers, BigInteger key, BigInteger type)
-
Method Summary
Modifier and Type Method Description final List<RuntimeModuleStorageHasher>getHashers()final BigIntegergetKey()final BigIntegergetType()-
-
Constructor Detail
-
RuntimeModuleStorageItemTypeMap
RuntimeModuleStorageItemTypeMap(List<RuntimeModuleStorageHasher> hashers, BigInteger key, BigInteger type)
-
-
Method Detail
-
getHashers
final List<RuntimeModuleStorageHasher> getHashers()
-
getKey
final BigInteger getKey()
-
getType
final BigInteger getType()
-
-
-
-