Class Events
java.lang.Object
org.stellar.sdk.responses.sorobanrpc.Events
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
Parses thecontractEventsXdr
field from a list of lists of strings to a list of lists ofContractEvent
objects.Parses thediagnosticEventsXdr
field from a list of strings to a list ofDiagnosticEvent
objects.Parses thetransactionEventsXdr
field from a list of strings to a list ofTransactionEvent
objects.toString()
-
Constructor Details
-
Events
-
-
Method Details
-
parseDiagnosticEventsXdr
Parses thediagnosticEventsXdr
field from a list of strings to a list ofDiagnosticEvent
objects.- Returns:
- a list of parsed
DiagnosticEvent
objects
-
parseTransactionEventsXdr
Parses thetransactionEventsXdr
field from a list of strings to a list ofTransactionEvent
objects.- Returns:
- a list of parsed
TransactionEvent
objects
-
parseContractEventsXdr
Parses thecontractEventsXdr
field from a list of lists of strings to a list of lists ofContractEvent
objects.- Returns:
- a list of lists of parsed
ContractEvent
objects
-
getDiagnosticEventsXdr
-
getTransactionEventsXdr
-
getContractEventsXdr
-
equals
-
hashCode
public int hashCode() -
toString
-