public interface Account
| Modifier and Type | Method and Description |
|---|---|
String |
address()
get account address.
|
byte[] |
privateKey()
get private key hex.
|
byte[] |
publicKey()
get public key hex.
|
byte[] |
sign(byte[] data)
sign data.
|
byte[] privateKey()
byte[] publicKey()
String address()
byte[] sign(byte[] data)
data - Copyright © 2022 IoTeX Group. All rights reserved.