Class EventValues

java.lang.Object
org.fisco.bcos.sdk.abi.EventValues

public class EventValues
extends java.lang.Object
Persisted solidity event parameters.
  • Constructor Summary

    Constructors 
    Constructor Description
    EventValues​(java.util.List<Type> indexedValues, java.util.List<Type> nonIndexedValues)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Type> getIndexedValues()  
    java.util.List<Type> getNonIndexedValues()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait