| 程序包 | 说明 |
|---|---|
| com.peersafe.chainsql.core |
| 限定符和类型 | 方法和说明 |
|---|---|
Ripple |
Ripple.accountSet(int nFlag,
boolean bSet)
An AccountSet transaction modifies the properties of an account in the Ledger, can be used to setFlag or clearFlag
|
Ripple |
Chainsql.accountSet(int nFlag,
boolean bSet)
accountSet
|
Ripple |
Ripple.accountSet(String transferRate,
String transferFeeMin,
String transferFeeMax)
An AccountSet transaction modifies the properties of an account in the Ledger, can be used to setTransferFee.
|
Ripple |
Chainsql.accountSet(String transferRate,
String transferFeeMin,
String transferFeeMax) |
Ripple |
Chainsql.createRippleTransaction(org.json.JSONObject tx_json)
Start a Ripple transaction
|
Ripple |
Ripple.escrowCancel(String sOwner,
int nCreateEscrowSeq)
Return escrowed currency to the sender
|
Ripple |
Chainsql.escrowCancel(String sOwner,
int nCreateEscrowSeq) |
Ripple |
Ripple.escrowCreate(String sDestAddr,
String value,
String dateFormatTMFinish,
String dateFormatTMCancel)
Sequester currency until the escrow process either finishes or is canceled
|
Ripple |
Chainsql.escrowCreate(String sDestAddr,
String value,
String dateFormatTMFinish,
String dateFormatTMCancel) |
Ripple |
Ripple.escrowCreate(String sDestAddr,
String value,
String sCurrency,
String sIssuer,
String dateFormatTMFinish,
String dateFormatTMCancel)
Sequester currency until the escrow process either finishes or is canceled
|
Ripple |
Chainsql.escrowCreate(String sDestAddr,
String value,
String sCurrency,
String sIssuer,
String dateFormatTMFinish,
String dateFormatTMCancel) |
Ripple |
Ripple.escrowExecute(String sOwner,
int nCreateEscrowSeq)
Deliver currency from a held payment to the recipient
|
Ripple |
Chainsql.escrowExecute(String sOwner,
int nCreateEscrowSeq) |
Ripple |
Ripple.pay(String accountId,
String value)
Start a payment transaction, can be used to activate account
|
Ripple |
Chainsql.pay(String accountId,
String value)
Start a payment transaction, can be used to activate account
|
Ripple |
Ripple.pay(String accountId,
String value,
String sCurrency,
String sIssuer)
Start a payment transaction, can be used to transfer currency
|
Ripple |
Chainsql.pay(String accountId,
String value,
String sCurrency,
String sIssuer) |
Ripple |
Ripple.payToContract(String contract_address,
String value,
int gasLimit) |
Ripple |
Chainsql.payToContract(String contract_address,
String value,
int gasLimit) |
Ripple |
Ripple.trustSet(String value,
String sCurrency,
String sIssuer)
Create or modify a trust line linking two accounts
|
Ripple |
Chainsql.trustSet(String value,
String sCurrency,
String sIssuer) |
Ripple |
Ripple.whitelistSet(org.json.JSONArray whitelists,
int setFlag) |
Ripple |
Chainsql.whitelistSet(org.json.JSONArray whitelists,
int setFlag) |
Copyright © 2021. All rights reserved.