bdk-ffi/src/bdk.udl

7 lines
85 B
Plaintext
Raw Normal View History

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