bdk-ffi/src/bdk.udl

8 lines
115 B
Plaintext
Raw Normal View History

2021-10-11 23:04:18 -07:00
namespace bdk {
};
interface OfflineWallet {
constructor(string descriptor);
string get_new_address();
2021-10-11 23:04:18 -07:00
};