7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
|
namespace bdk {
|
||
|
|
||
|
};
|
||
|
|
||
|
interface OfflineWallet {
|
||
|
constructor(string descriptor);
|
||
|
};
|