Uses of Enum Class
net.osslabz.evm.abi.definition.AbiDefinition.Entry.Type
Packages that use AbiDefinition.Entry.Type
-
Uses of AbiDefinition.Entry.Type in net.osslabz.evm.abi.definition
Fields in net.osslabz.evm.abi.definition declared as AbiDefinition.Entry.TypeMethods in net.osslabz.evm.abi.definition that return AbiDefinition.Entry.TypeModifier and TypeMethodDescriptionstatic AbiDefinition.Entry.TypeReturns the enum constant of this class with the specified name.static AbiDefinition.Entry.Type[]AbiDefinition.Entry.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.osslabz.evm.abi.definition with parameters of type AbiDefinition.Entry.TypeModifier and TypeMethodDescriptionstatic AbiDefinition.EntryAbiDefinition.Entry.create(boolean anonymous, boolean constant, String name, List<AbiDefinition.Entry.Param> inputs, List<AbiDefinition.Entry.Param> outputs, AbiDefinition.Entry.Type type, Boolean payable) Constructors in net.osslabz.evm.abi.definition with parameters of type AbiDefinition.Entry.TypeModifierConstructorDescriptionEntry(Boolean anonymous, Boolean constant, String name, List<AbiDefinition.Entry.Param> inputs, List<AbiDefinition.Entry.Param> outputs, AbiDefinition.Entry.Type type, Boolean payable)