Allow restoring extended keys from mnemonic

This commit is contained in:
Sudarsan Balaji
2021-10-21 14:40:26 +05:30
parent f2bbe668b1
commit 04eec7bf56
2 changed files with 18 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
namespace bdk {
[Throws=BdkError]
ExtendedKeyInfo generate_extended_key(Network network, MnemonicType mnemonicType, string? password);
[Throws=BdkError]
ExtendedKeyInfo restore_extended_key(Network network, string mnemonic, string? password);
};
[Error]