Package io.horizen.evm
Class FixedSizeByteArray
- java.lang.Object
-
- io.horizen.evm.FixedSizeByteArray
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFixedSizeByteArray(int length, byte[] bytes)protectedFixedSizeByteArray(int length, String hex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()byte[]toBytes()StringtoString()StringtoStringNoPrefix()
-