public abstract class AbstractAccount extends Object implements Account
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected BigInteger |
privateKey |
protected BigInteger |
publicKey |
| Constructor and Description |
|---|
AbstractAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
get account address.
|
byte[] |
privateKey()
get private key hex.
|
protected BigInteger privateKey
protected BigInteger publicKey
protected String address
public byte[] privateKey()
AccountprivateKey in interface AccountCopyright © 2022 IoTeX Group. All rights reserved.