Class Events
java.lang.Object
org.stellar.sdk.responses.sorobanrpc.Events
Holds parsed event data from a Stellar RPC response.
Contains base64-encoded XDR strings for transaction events and contract events, along with
convenience methods (parseTransactionEventsXdr(), parseContractEventsXdr()) to
deserialize them into typed XDR objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Parses thecontractEventsXdrfield from a list of lists of strings to a list of lists ofContractEventobjects.Parses thetransactionEventsXdrfield from a list of strings to a list ofTransactionEventobjects.toString()
-
Constructor Details
-
Events
-
-
Method Details
-
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
-
getTransactionEventsXdr
-
getContractEventsXdr
-
equals
-
hashCode
public int hashCode() -
toString
-