Package org.starcoin.types
Class EventKey
java.lang.Object
org.starcoin.types.EventKey
public final class EventKey extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventKey.Builder -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static EventKeybcsDeserialize(byte[] input)byte[]bcsSerialize()static EventKeydeserialize(Deserializer deserializer)booleanequals(Object obj)inthashCode()voidserialize(Serializer serializer)
-
Field Details
-
value
-
-
Constructor Details
-
EventKey
-
-
Method Details
-
deserialize
- Throws:
DeserializationError
-
bcsDeserialize
- Throws:
DeserializationError
-
serialize
- Throws:
SerializationError
-
bcsSerialize
- Throws:
SerializationError
-
equals
-
hashCode
public int hashCode()
-