bdk-ffi/src/bdk.udl
2021-10-13 01:45:22 +05:30

8 lines
115 B
Plaintext

namespace bdk {
};
interface OfflineWallet {
constructor(string descriptor);
string get_new_address();
};