Class GetEventsResponse.EventInfo
java.lang.Object
org.stellar.sdk.responses.sorobanrpc.GetEventsResponse.EventInfo
- Enclosing class:
GetEventsResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The field will be removed in the next version.getTopic()
The elements inside can be parsed asSCVal
objects.getType()
getValue()
The field can be parsed asSCVal
object.int
hashCode()
Parses thetopic
field from a list of strings to a list ofSCVal
objects.Parses thevalue
field from a string to anSCVal
object.toString()
-
Constructor Details
-
Method Details
-
parseTopic
Parses thetopic
field from a list of strings to a list ofSCVal
objects.- Returns:
- a list of parsed
SCVal
objects
-
parseValue
Parses thevalue
field from a string to anSCVal
object.- Returns:
- the parsed
SCVal
object
-
getType
-
getLedger
-
getLedgerClosedAt
-
getContractId
-
getId
-
getOperationIndex
-
getTransactionIndex
-
getTransactionHash
-
getTopic
The elements inside can be parsed asSCVal
objects. -
getValue
The field can be parsed asSCVal
object. -
getInSuccessfulContractCall
The field will be removed in the next version. -
equals
-
hashCode
public int hashCode() -
toString
-