ABIType

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ABITypeAddress.type
class ABITypeArray
object ABITypeBool.type
object ABITypeBytes.type
class ABITypeInt
object ABITypeString.type
class ABITypeTuple
class ABITypeUint
Show all

Members list

Value members

Abstract methods

def decode(bs: Array[Byte]): Json
def encode(params: Any): Array[Byte]
def encodePacked(params: Any): Array[Byte]
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Concrete methods

def headLength: Int
def isDynamic: Boolean