add HavenoDaemon api class and jest tests supporting version and balances (#8)

This commit is contained in:
woodser 2021-09-12 09:39:21 -04:00 committed by GitHub
parent 90e2c991d3
commit 5f95bfae18
9 changed files with 6316 additions and 2834 deletions

View file

@ -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 {