Package io.horizen.evm
Class Hash
- java.lang.Object
-
- io.horizen.evm.FixedSizeByteArray
-
- io.horizen.evm.Hash
-
public class Hash extends FixedSizeByteArray
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHash.Deserializerstatic classHash.Serializer
-
-
-
Field Detail
-
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
-
ZERO
public static final Hash ZERO
Zero hash: 0x0000000000000000000000000000000000000000000000000000000000000000
-
-
Constructor Detail
-
Hash
public Hash(byte[] bytes)
-
Hash
public Hash(String hex)
-
-