@airgap/tezos 0.13.8-beta.5 → 0.13.8-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -95645,6 +95645,12 @@ exports.NonExtendedProtocol = void 0;
|
|
|
95645
95645
|
var NonExtendedProtocol = /** @class */ (function () {
|
|
95646
95646
|
function NonExtendedProtocol() {
|
|
95647
95647
|
}
|
|
95648
|
+
NonExtendedProtocol.prototype.getExtendedPublicKeyFromMnemonic = function (mnemonic, derivationPath, password) {
|
|
95649
|
+
throw Promise.reject('extended public key support not implemented');
|
|
95650
|
+
};
|
|
95651
|
+
NonExtendedProtocol.prototype.getExtendedPublicKeyFromHexSecret = function (secret, derivationPath) {
|
|
95652
|
+
throw Promise.reject('extended public key support not implemented');
|
|
95653
|
+
};
|
|
95648
95654
|
NonExtendedProtocol.prototype.getExtendedPrivateKeyFromMnemonic = function (mnemonic, derivationPath, password) {
|
|
95649
95655
|
throw Promise.reject('extended private key support not implemented');
|
|
95650
95656
|
};
|