Class Events
java.lang.Object
org.stellar.sdk.responses.sorobanrpc.Events
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Parses thecontractEventsXdrfield from a list of lists of strings to a list of lists ofContractEventobjects.Parses thediagnosticEventsXdrfield from a list of strings to a list ofDiagnosticEventobjects.Parses thetransactionEventsXdrfield from a list of strings to a list ofTransactionEventobjects.toString()
-
Constructor Details
-
Events
-
-
Method Details
-
parseDiagnosticEventsXdr
Parses thediagnosticEventsXdrfield from a list of strings to a list ofDiagnosticEventobjects.- Returns:
- a list of parsed
DiagnosticEventobjects
-
parseTransactionEventsXdr
Parses thetransactionEventsXdrfield from a list of strings to a list ofTransactionEventobjects.- Returns:
- a list of parsed
TransactionEventobjects
-
parseContractEventsXdr
Parses thecontractEventsXdrfield from a list of lists of strings to a list of lists ofContractEventobjects.- Returns:
- a list of lists of parsed
ContractEventobjects
-
getDiagnosticEventsXdr
-
getTransactionEventsXdr
-
getContractEventsXdr
-
equals
-
hashCode
public int hashCode() -
toString
-