All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liewhite.ethers.abi.Function.scala Maven / Gradle / Ivy

There is a newer version: 4.2.3
Show newest version
package liewhite.ethers.abi


trait ABIFunction[IN,OUT]{
    def encode(in: IN): Array[Byte]
}

trait ABIEvent[IN]{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy