Uses of Class
org.starcoin.types.EventKey
-
Packages that use EventKey Package Description org.starcoin.types -
-
Uses of EventKey in org.starcoin.types
Fields in org.starcoin.types declared as EventKey Modifier and Type Field Description EventKeyContractEventV0.Builder. keyEventKeyContractEventV0. keyEventKeyEventHandle.Builder. keyEventKeyEventHandle. keyMethods in org.starcoin.types that return EventKey Modifier and Type Method Description static EventKeyEventKey. bcsDeserialize(byte[] input)EventKeyEventKey.Builder. build()static EventKeyEventKey. deserialize(Deserializer deserializer)Constructors in org.starcoin.types with parameters of type EventKey Constructor Description ContractEventV0(EventKey key, Long sequence_number, TypeTag type_tag, Bytes event_data)EventHandle(Long count, EventKey key)
-