Address

liewhite.ethers.types.Address
See theAddress companion class
object Address

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Address.type

Members list

Type members

Classlikes

object given_Conversion_Array_Address extends Conversion[Array[Byte], Address]

Attributes

Supertypes
class Conversion[Array[Byte], Address]
trait Array[Byte] => Address
class Object
trait Matchable
class Any
Self type
object given_Conversion_String_Address extends Conversion[String, Address]

Attributes

Supertypes
class Conversion[String, Address]
trait String => Address
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromBytes(bs: Array[Byte]): Address
def fromHex(hex: String): Address