public class Account extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Account.AddressBuilder |
static class |
Account.Builder |
static class |
Account.Items |
static class |
Account.QueryBuilder |
static class |
Account.ReceiverBuilder |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alias
name of account
|
String |
id
account id
|
int |
keyIndex
key index of account
|
int |
quorum
threshold of keys that must sign a transaction to spend asset
|
List<String> |
xpubs |
| 构造器和说明 |
|---|
Account() |
public String id
public String alias
@SerializedName(value="key_index") public int keyIndex
public int quorum
public void delete(Client client, String account_info) throws BytomException
client - clientaccount_info - account_infoBytomException - ExceptionCopyright © 2018. All rights reserved.