mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Keep CLI method enum members in alphabetical order
This commit is contained in:
parent
04657d9054
commit
8907d6b4a8
@ -21,36 +21,36 @@ package bisq.cli;
|
|||||||
* Currently supported api methods.
|
* Currently supported api methods.
|
||||||
*/
|
*/
|
||||||
public enum Method {
|
public enum Method {
|
||||||
createoffer,
|
|
||||||
canceloffer,
|
canceloffer,
|
||||||
getoffer,
|
|
||||||
getmyoffer,
|
|
||||||
getoffers,
|
|
||||||
getmyoffers,
|
|
||||||
takeoffer,
|
|
||||||
gettrade,
|
|
||||||
confirmpaymentstarted,
|
|
||||||
confirmpaymentreceived,
|
confirmpaymentreceived,
|
||||||
keepfunds,
|
confirmpaymentstarted,
|
||||||
withdrawfunds,
|
createoffer,
|
||||||
getpaymentmethods,
|
|
||||||
getpaymentacctform,
|
|
||||||
createpaymentacct,
|
createpaymentacct,
|
||||||
getpaymentaccts,
|
|
||||||
getversion,
|
|
||||||
getbalance,
|
|
||||||
getaddressbalance,
|
getaddressbalance,
|
||||||
|
getbalance,
|
||||||
getfundingaddresses,
|
getfundingaddresses,
|
||||||
|
getmyoffer,
|
||||||
|
getmyoffers,
|
||||||
|
getoffer,
|
||||||
|
getoffers,
|
||||||
|
getpaymentacctform,
|
||||||
|
getpaymentaccts,
|
||||||
|
getpaymentmethods,
|
||||||
|
gettrade,
|
||||||
|
gettransaction,
|
||||||
|
gettxfeerate,
|
||||||
getunusedbsqaddress,
|
getunusedbsqaddress,
|
||||||
|
getversion,
|
||||||
|
keepfunds,
|
||||||
|
lockwallet,
|
||||||
|
registerdisputeagent,
|
||||||
|
removewalletpassword,
|
||||||
sendbsq,
|
sendbsq,
|
||||||
sendbtc,
|
sendbtc,
|
||||||
gettxfeerate,
|
|
||||||
settxfeerate,
|
settxfeerate,
|
||||||
unsettxfeerate,
|
|
||||||
gettransaction,
|
|
||||||
lockwallet,
|
|
||||||
unlockwallet,
|
|
||||||
removewalletpassword,
|
|
||||||
setwalletpassword,
|
setwalletpassword,
|
||||||
registerdisputeagent
|
takeoffer,
|
||||||
|
unlockwallet,
|
||||||
|
unsettxfeerate,
|
||||||
|
withdrawfunds
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user