Class Function

java.lang.Object
org.fisco.bcos.sdk.abi.datatypes.Function

public class Function
extends java.lang.Object
Function type.
  • Constructor Summary

    Constructors 
    Constructor Description
    Function()  
    Function​(java.lang.String name, java.util.List<Type> inputParameters, java.util.List<TypeReference<?>> outputParameters)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Type> getInputParameters()  
    java.lang.String getName()  
    java.util.List<TypeReference<Type>> getOutputParameters()  

    Methods inherited from class java.lang.Object

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