LatticeFunction
data class LatticeFunction(val abi: String, val methodName: String? = null, val method: EthereumABIElement)
abi function
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun LatticeFunction.getTypeReferences(): Pair<List<TypeReference<Type<*>>>, List<TypeReference<Type<*>>>>
获取 Abi 中方法的输入输出定义