public class EthAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
address |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static EthAddress of(byte[] address)
public static EthAddress of(org.ethereum.crypto.ECKey key)
public static EthAddress of(String address)
Copyright © 2016. All rights reserved.