Class GetEventsResponse.EventInfo

java.lang.Object
org.stellar.sdk.responses.sorobanrpc.GetEventsResponse.EventInfo
Enclosing class:
GetEventsResponse

public static final class GetEventsResponse.EventInfo extends Object
  • Constructor Details

  • Method Details

    • parseTopic

      public List<SCVal> parseTopic()
      Parses the topic field from a list of strings to a list of SCVal objects.
      Returns:
      a list of parsed SCVal objects
    • parseValue

      public SCVal parseValue()
      Parses the value field from a string to an SCVal object.
      Returns:
      the parsed SCVal object
    • getType

      public EventFilterType getType()
    • getLedger

      public Long getLedger()
    • getLedgerClosedAt

      public String getLedgerClosedAt()
    • getContractId

      public String getContractId()
    • getId

      public String getId()
    • getPagingToken

      public String getPagingToken()
    • getTopic

      public List<String> getTopic()
    • getValue

      public String getValue()
    • getInSuccessfulContractCall

      public Boolean getInSuccessfulContractCall()
    • getTransactionHash

      public String getTransactionHash()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object