WIP -- NOT WORKING

This commit is contained in:
Steve Myers
2021-10-11 23:04:18 -07:00
parent f9e3bdfdb2
commit 0b265a7c26
8 changed files with 709 additions and 29 deletions

7
src/bdk.udl Normal file
View File

@@ -0,0 +1,7 @@
namespace bdk {
};
interface OfflineWallet {
constructor(string descriptor);
};