public class ResponseKeyPair extends RpcResponse
Constructor | Description |
---|---|
ResponseKeyPair() |
Modifier and Type | Method | Description |
---|---|---|
String |
getAccountAddress() |
Deprecated.
use
getAddress() |
NanoAccount |
getAddress() |
|
String |
getPrivateKey() |
|
String |
getPublicKey() |
Deprecated.
use
getAddress() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getRawResponseJson, toString
public String getPrivateKey()
@Deprecated public String getPublicKey()
getAddress()
@Deprecated public String getAccountAddress()
getAddress()
public NanoAccount getAddress()
NanoAccount
object representing the account returnedCopyright © 2020. All rights reserved.