We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d326879 commit 2162ba8Copy full SHA for 2162ba8
src/low-level-api/low-level-api.ts
@@ -88,18 +88,6 @@ export default class LowLevelApi {
88
}
89
90
91
- /**
92
- * @deprecated
93
- * Get the version of the connected Ledger Nimiq App. Note that other apps also respond to this call (but for U2F
94
- * and WebAuthn only if both apps use the same scramble key).
95
- * @returns An object with the version.
96
- */
97
- public async getAppConfiguration(): Promise<{ version: string }> {
98
- console.warn('getAppConfiguration is deprecated and will be removed in the future. '
99
- + 'Use getAppNameAndVersion instead.');
100
- return this.getAppNameAndVersion();
101
- }
102
-
103
/**
104
* Get the name of the connected app and the app version.
105
* @returns An object with the name and version.
0 commit comments