Record Class FunctionHandle<RETURN>

java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.FunctionHandle<RETURN>
Type Parameters:
RETURN - the type parameter

public record FunctionHandle<RETURN>(Class<RETURN> clazz, Contract contract, String functionName, Map<String,Object> functionInputs, tech.deplant.java4ever.binding.Abi.FunctionHeader functionHeader, DebugOptions debugOptions) extends Record
The type Function handle.