mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-14 17:35:27 -04:00
add balance to xmr balances
reduce trade api rate limiting offer is set to available
This commit is contained in:
parent
f08c2036a7
commit
469c47b0c7
7 changed files with 24 additions and 13 deletions
|
@ -570,10 +570,11 @@ message BtcBalanceInfo {
|
|||
}
|
||||
|
||||
message XmrBalanceInfo {
|
||||
uint64 unlocked_balance = 1 [jstype = JS_STRING];
|
||||
uint64 locked_balance = 2 [jstype = JS_STRING];
|
||||
uint64 reserved_offer_balance = 3 [jstype = JS_STRING];
|
||||
uint64 reserved_trade_balance = 4 [jstype = JS_STRING];
|
||||
uint64 balance = 1 [jstype = JS_STRING];
|
||||
uint64 unlocked_balance = 2 [jstype = JS_STRING];
|
||||
uint64 locked_balance = 3 [jstype = JS_STRING];
|
||||
uint64 reserved_offer_balance = 4 [jstype = JS_STRING];
|
||||
uint64 reserved_trade_balance = 5 [jstype = JS_STRING];
|
||||
}
|
||||
|
||||
message AddressBalanceInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue