LatticeFunction

data class LatticeFunction(val abi: String, val methodName: String? = null, val method: EthereumABIElement)

abi function

Constructors

Link copied to clipboard
constructor(abi: String, methodName: String? = null, method: EthereumABIElement)

Properties

Link copied to clipboard
val abi: String

合约abi

Link copied to clipboard
val method: EthereumABIElement

方法

Link copied to clipboard
val methodName: String? = null

方法名

Functions

Link copied to clipboard
fun LatticeFunction.decode(rawCode: String): List<Type<*>>
Link copied to clipboard
fun LatticeFunction.decodeReturn(rawCode: String): List<Type<*>>
Link copied to clipboard
Link copied to clipboard
fun LatticeFunction.getTypeReferences(): Pair<List<TypeReference<Type<*>>>, List<TypeReference<Type<*>>>>

获取 Abi 中方法的输入输出定义