public class AccountApi extends AbstractApi
JSON| Constructor | Description |
|---|---|
AccountApi() |
| Modifier and Type | Method | Description |
|---|---|---|
static Account |
createAccount() |
Creates the account.
|
static Account |
loadAccount(String publicKey,
String privateKey) |
Load account.
|
public static Account createAccount()
public static Account loadAccount(String publicKey, String privateKey) throws InvalidKeySpecException
publicKey - the public keyprivateKey - the private keyInvalidKeySpecException - the invalid key spec exceptionCopyright © 2018. All rights reserved.