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