mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-21 12:48:35 -04:00
add grpc call to get new deposit subaddress
This commit is contained in:
parent
91cd984d85
commit
6e21508a94
4 changed files with 38 additions and 0 deletions
|
@ -280,6 +280,10 @@ public class CoreApi {
|
|||
public BalancesInfo getBalances(String currencyCode) {
|
||||
return walletsService.getBalances(currencyCode);
|
||||
}
|
||||
|
||||
public String getNewDepositSubaddress() {
|
||||
return walletsService.getNewDepositSubaddress();
|
||||
}
|
||||
|
||||
public long getAddressBalance(String addressString) {
|
||||
return walletsService.getAddressBalance(addressString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue