public class EthAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
address |
| Modifier and Type | Method and Description |
|---|---|
static EthAddress |
empty() |
boolean |
equals(Object o) |
int |
hashCode() |
static EthAddress |
of(byte[] address) |
static EthAddress |
of(org.ethereum.crypto.ECKey key) |
static EthAddress |
of(String address) |
String |
toString() |
String |
withLeading0x() |
public static EthAddress of(byte[] address)
public static EthAddress of(org.ethereum.crypto.ECKey key)
public static EthAddress of(String address)
public String withLeading0x()
public static EthAddress empty()
Copyright © 2016. All rights reserved.