toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
abi
/
com.example.abi
/
LatticeAbi
Lattice
Abi
data
class
LatticeAbi
(
val
abi
:
String
)
Members
Members & Extensions
Constructors
Lattice
Abi
Link copied to clipboard
constructor
(
abi
:
String
)
Properties
abi
Link copied to clipboard
val
abi
:
String
Functions
get
Constructor
Link copied to clipboard
fun
LatticeAbi
.
getConstructor
(
)
:
LatticeFunction
get
Function
Link copied to clipboard
fun
LatticeAbi
.
getFunction
(
methodName
:
String
)
:
LatticeFunction
get
Methods
Link copied to clipboard
fun
getMethods
(
)
:
List
<
EthereumABIElement
>