Package org.polkadot.types.type
Class Hash
- java.lang.Object
-
- org.polkadot.types.codec.U8a
-
- org.polkadot.types.codec.U8aFixed
-
- org.polkadot.types.primitive.H256
-
- org.polkadot.types.type.Hash
-
- All Implemented Interfaces:
Codec,Types.IHash
- Direct Known Subclasses:
CodeHash,Digest.ChangesTrieRoot,ExtrinsicStatus.Finalized,ExtrinsicStatus.Usurped,SeedOf
public class Hash extends H256 implements Types.IHash
The default hash that is used accross the system. It is basically just a thin wrapper aroundH256, representing a 32-byte blake2b (Substrate) value
-
-
Constructor Summary
Constructors Constructor Description Hash(java.lang.Object value)
-