使用web3j调用合约的 customeFun函数,参数是一个地址时,如下: Function function = new Function( "customeFun", Arrays.asList( new Address(from) Arrays.asList(new TypeReference<Type>() { }));
如果参数是一个二维数组,该如何构造这个函数Function对象呢?