类 HashValue
java.lang.Object
org.starcoin.types.HashValue
-
嵌套类概要
-
字段概要
-
构造器概要
-
方法概要
修饰符和类型方法说明static HashValue
bcsDeserialize(byte[] input)
byte[]
static HashValue
deserialize(Deserializer deserializer)
boolean
int
hashCode()
void
serialize(Serializer serializer)
static HashValue
sha3Of(byte[] content)
static HashValue
zero()
-
字段详细资料
-
LENGTH
public static final int LENGTH- 另请参阅:
- 常量字段值
-
value
-
-
构造器详细资料
-
HashValue
-
-
方法详细资料
-
zero
-
sha3Of
-
deserialize
-
bcsDeserialize
-
serialize
-
bcsSerialize
-
equals
-
hashCode
public int hashCode()
-