lnrpc+lnd: adds required reserve in walletbalance rpc

This commit is contained in:
priyanshiiit
2022-06-20 18:42:13 +05:30
parent 150c0b5de8
commit 8578433b3d
4 changed files with 1574 additions and 1541 deletions

View File

@@ -2567,6 +2567,9 @@ message WalletBalanceResponse {
// other usage.
int64 locked_balance = 5;
// The amount of reserve required.
int64 reserved_balance_anchor_chan = 6;
// A mapping of each wallet account's name to its balance.
map<string, WalletAccountBalance> account_balance = 4;
}