java.lang.Object
org.web3j.protocol.core.Response<String>
org.web3j.protocol.core.methods.response.EthCall

public class EthCall extends Response<String>
eth_call.
  • Constructor Details

    • EthCall

      public EthCall()
  • Method Details

    • getValue

      public String getValue()
    • isReverted

      public boolean isReverted()
    • reverts

      @Deprecated public boolean reverts()
      Deprecated.
    • getRevertReason

      public String getRevertReason()