| 程序包 | 说明 |
|---|---|
| com.jccdex.rpc.client.bean | |
| com.jccdex.rpc.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
AmountInfo |
Account.getAmount() |
AmountInfo |
Transactions.getAmount() |
AmountInfo |
FinalFields.getBalance() |
AmountInfo |
PreviousFields.getBalance() |
AmountInfo |
Transactions.getGets() |
AmountInfo |
FinalFields.getHighLimit() |
AmountInfo |
FinalFields.getLowLimit() |
AmountInfo |
Transactions.getPays() |
AmountInfo |
Transactions.getSpent() |
AmountInfo |
BookOffer.getTakerGets() |
AmountInfo |
Account.getTakerGets() |
AmountInfo |
TxJson.getTakerGets() |
AmountInfo |
Offer.getTakerGets() |
AmountInfo |
BookOffer.getTakerPays() |
AmountInfo |
Account.getTakerPays() |
AmountInfo |
Offer.getTakerPays() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Account.setAmount(AmountInfo amount) |
void |
Transactions.setAmount(AmountInfo amount) |
void |
FinalFields.setBalance(AmountInfo balance) |
void |
PreviousFields.setBalance(AmountInfo balance) |
void |
Transactions.setGets(AmountInfo gets) |
void |
FinalFields.setHighLimit(AmountInfo highLimit) |
void |
FinalFields.setLowLimit(AmountInfo lowLimit) |
void |
Transactions.setPays(AmountInfo pays) |
void |
Transactions.setSpent(AmountInfo spent) |
void |
BookOffer.setTakerGets(AmountInfo takerGets) |
void |
Account.setTakerGets(AmountInfo takerGets) |
void |
TxJson.setTakerGets(AmountInfo takerGets) |
void |
Offer.setTakerGets(AmountInfo takerGets) |
void |
BookOffer.setTakerPays(AmountInfo takerPays) |
void |
Account.setTakerPays(AmountInfo takerPays) |
void |
Offer.setTakerPays(AmountInfo takerPays) |
| 限定符和类型 | 方法和说明 |
|---|---|
static AmountInfo |
Utils.parseAmount(Object amount) |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
CheckUtils.isValidAmount(AmountInfo amount)
校验金额对象是否有效
|
static String |
LocalSign.sign(String account,
String to,
AmountInfo amountInfo,
List<String> memos,
String secret,
Integer sequence)
本地签名获取tx_blob
|
static Object |
LocalSign.toAmount(AmountInfo amount)
根据金额对象内容返回信息 货币单位SWT转基本单位
|
Copyright © 2021. All rights reserved.