public class AccountLine extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
authorized |
boolean |
authorized_peer |
Amount |
balance |
Currency |
currency |
boolean |
freeze |
boolean |
freeze_peer |
Amount |
limit |
Amount |
limit_peer |
boolean |
no_ripple |
boolean |
no_ripple_peer |
int |
quality_in |
int |
quality_out |
| 构造器和说明 |
|---|
AccountLine() |
public Amount balance
public Amount limit_peer
public Amount limit
public Currency currency
public boolean freeze
public boolean freeze_peer
public boolean authorized
public boolean authorized_peer
public boolean no_ripple
public boolean no_ripple_peer
public int quality_in
public int quality_out
public static AccountLine fromJSON(AccountID orientedTo, org.json.JSONObject line)
orientedTo - Account address.line - line.Copyright © 2021. All rights reserved.