[WIP] Add get new address API to Wallet

This commit is contained in:
Sudarsan Balaji
2021-10-13 01:45:22 +05:30
parent 8faba58cd4
commit 784f754cd9
2 changed files with 13 additions and 2 deletions

View File

@@ -4,4 +4,5 @@ namespace bdk {
interface OfflineWallet {
constructor(string descriptor);
string get_new_address();
};