class Address
(source)
An Ethereum account address.
fun equals(other: Any?): Boolean |
|
static fun fromBytes(bytes: Bytes): Address
Create an address from Bytes. The address must be exactly 20 bytes. |
|
static fun fromHexString(str: String): Address
Parse a hexadecimal string into a Address. |
|
fun hashCode(): Int |
|
fun toBytes(): Bytes |
|
fun toHexString(): String |
|
fun toString(): String |