public class ServerInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
drops_per_byte |
int |
fee_base |
int |
fee_ref |
String |
ledger_hash |
long |
ledger_index |
long |
ledger_time |
int |
load_base |
int |
load_factor |
String |
random |
int |
reserve_base |
int |
reserve_inc |
String |
server_status |
int |
txn_count |
int |
txn_failure |
int |
txn_success |
boolean |
updated |
String |
validated_ledgers |
| 构造器和说明 |
|---|
ServerInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Amount |
computeFee(int units)
computeFee
|
Date |
date()
Date.
|
boolean |
primed()
primed.
|
Amount |
transactionFee(Transaction transaction)
transactionFee
|
void |
unprime() |
void |
update(org.json.JSONObject json)
update.
|
public boolean updated
public int fee_base
public int fee_ref
public int drops_per_byte
public int reserve_base
public int reserve_inc
public int load_base
public int load_factor
public long ledger_time
public long ledger_index
public int txn_success
public int txn_failure
public int txn_count
public String ledger_hash
public String random
public String server_status
public String validated_ledgers
public Amount computeFee(int units)
units - units.public Amount transactionFee(Transaction transaction)
transaction - transaction.public void update(org.json.JSONObject json)
json - json.public Date date()
public boolean primed()
public void unprime()
Copyright © 2021. All rights reserved.