Uses of Class
org.starcoin.bean.Event
| Package | Description |
|---|---|
| org.starcoin.api | |
| org.starcoin.bean |
-
Uses of Event in org.starcoin.api
Methods in org.starcoin.api that return types with arguments of type Event Modifier and Type Method Description List<Event>TransactionRPCClient. getTransactionEvents(String transactionHash) -
Uses of Event in org.starcoin.bean
Subclasses of Event in org.starcoin.bean Modifier and Type Class Description classEventFullMethods in org.starcoin.bean that return types with arguments of type Event Modifier and Type Method Description List<Event>Transaction. getEvents()Method parameters in org.starcoin.bean with type arguments of type Event Modifier and Type Method Description voidTransaction. setEvents(List<Event> events)