mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-08-09 15:02:53 -04:00
add HavenoDaemon api class and jest tests supporting version and balances (#8)
This commit is contained in:
parent
90e2c991d3
commit
5f95bfae18
9 changed files with 6316 additions and 2834 deletions
|
@ -606,11 +606,10 @@ message BtcBalanceInfo {
|
|||
}
|
||||
|
||||
message XmrBalanceInfo {
|
||||
uint64 balance = 1;
|
||||
uint64 availableBalance = 2;
|
||||
uint64 lockedBalance = 3;
|
||||
uint64 reservedBalance = 4;
|
||||
uint64 totalBalance = 5; // balance + reserved
|
||||
uint64 unlockedBalance = 1;
|
||||
uint64 lockedBalance = 2;
|
||||
uint64 reservedOfferBalance = 3;
|
||||
uint64 reservedTradeBalance = 4;
|
||||
}
|
||||
|
||||
message AddressBalanceInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue