tuweni / org.apache.tuweni.eth / Address

Address

class Address (source)

An Ethereum account address.

Functions

equals

fun equals(other: Any?): Boolean

fromBytes

static fun fromBytes(bytes: Bytes): Address

Create an address from Bytes.

The address must be exactly 20 bytes.

fromHexString

static fun fromHexString(str: String): Address

Parse a hexadecimal string into a Address.

hashCode

fun hashCode(): Int

toBytes

fun toBytes(): Bytes

toHexString

fun toHexString(): String

toString

fun toString(): String