Class ReputationRegistry.ErrorEventEventResponse

java.lang.Object
i5.las2peer.registry.contracts.ReputationRegistry.ErrorEventEventResponse
Enclosing class:
ReputationRegistry

public static class ReputationRegistry.ErrorEventEventResponse
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    org.web3j.protocol.core.methods.response.Log log  
    java.lang.String message  
  • Constructor Summary

    Constructors 
    Constructor Description
    ErrorEventEventResponse()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      public org.web3j.protocol.core.methods.response.Log log
    • message

      public java.lang.String message
  • Constructor Details