Uses of Class
org.starcoin.types.EventHandle
-
Packages that use EventHandle Package Description org.starcoin.types -
-
Uses of EventHandle in org.starcoin.types
Fields in org.starcoin.types declared as EventHandle Modifier and Type Field Description EventHandleAccountResource. accept_token_eventsEventHandleAccountResource.Builder. accept_token_eventsEventHandleAccountResource.Builder. deposit_eventsEventHandleAccountResource. deposit_eventsEventHandleAccountResource.Builder. withdraw_eventsEventHandleAccountResource. withdraw_eventsMethods in org.starcoin.types that return EventHandle Modifier and Type Method Description static EventHandleEventHandle. bcsDeserialize(byte[] input)EventHandleEventHandle.Builder. build()static EventHandleEventHandle. deserialize(Deserializer deserializer)Constructors in org.starcoin.types with parameters of type EventHandle Constructor Description AccountResource(List<Byte> authentication_key, Optional<WithdrawCapabilityResource> withdrawal_capability, Optional<KeyRotationCapabilityResource> key_rotation_capability, EventHandle withdraw_events, EventHandle deposit_events, EventHandle accept_token_events, Long sequence_number)
-