ABIType

liewhite.ethers.abi.ABIType
See theABIType companion trait
object ABIType

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ABIType.type

Members list

Value members

Concrete methods

def parseArray(s: String): ABIType
def parseInt(s: String): ABIType
def parseSizedArray(s: String): ABIType
def parseTuple(s: String): ABIType
def parseType(s: String): ABIType
def parseUInt(s: String): ABIType

Concrete fields

val sugar: Map[String, String]

Givens

Givens

given given_Schema_ABIType: Schema[ABIType]