Class ReputationRegistry.UserProfileCreatedEventResponse

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

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

    Fields 
    Modifier and Type Field Description
    org.web3j.protocol.core.methods.response.Log log  
    byte[] name  
    java.lang.String owner  
  • Constructor Summary

    Constructors 
    Constructor Description
    UserProfileCreatedEventResponse()  
  • 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
    • owner

      public java.lang.String owner
    • name

      public byte[] name
  • Constructor Details