public class Wallet extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Wallet.AccountImage |
static class |
Wallet.AssetImage |
static class |
Wallet.KeyImages |
| 限定符和类型 | 字段和说明 |
|---|---|
Wallet.AccountImage |
accountImage |
Wallet.AssetImage |
assetImage |
Wallet.KeyImages |
keyImages |
| 构造器和说明 |
|---|
Wallet() |
@SerializedName(value="account_image") public Wallet.AccountImage accountImage
@SerializedName(value="asset_image") public Wallet.AssetImage assetImage
@SerializedName(value="key_images") public Wallet.KeyImages keyImages
public static Wallet backupWallet(Client client) throws BytomException
BytomExceptionpublic static boolean restoreWallet(Client client, Object accountImage, Object assetImage, Object keyImages) throws BytomException
BytomExceptionCopyright © 2018. All rights reserved.