Class ReputationRegistry.TransactionAddedEventResponse

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

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

    Fields 
    Modifier and Type Field Description
    java.math.BigInteger grade  
    org.web3j.protocol.core.methods.response.Log log  
    java.lang.String recipient  
    java.math.BigInteger recipientNewScore  
    java.lang.String sender  
    java.math.BigInteger timestamp  
  • Constructor Summary

    Constructors 
    Constructor Description
    TransactionAddedEventResponse()  
  • 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
    • sender

      public java.lang.String sender
    • recipient

      public java.lang.String recipient
    • timestamp

      public java.math.BigInteger timestamp
    • grade

      public java.math.BigInteger grade
    • recipientNewScore

      public java.math.BigInteger recipientNewScore
  • Constructor Details