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 610ac8c commit 7c67b37Copy full SHA for 7c67b37
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@emurgo/ledger-connect-handler",
3
- "version": "4.4.0",
+ "version": "4.5.0",
4
"description": "Interface for communication with Cardano Ledger app",
5
"author": "EMURGO.io",
6
"license": "MIT",
src/types.js
@@ -42,7 +42,7 @@ export type ConnectionType = $Values<typeof CONNECTION_TYPE>;
42
43
/* Response Types */
44
export type ExtendedPublicKeyResp<Response> = {|
45
- response: GetExtendedPublicKeyResponse,
+ response: Response,
46
deviceVersion: GetVersionResponse,
47
deriveSerial: GetSerialResponse,
48
|};
0 commit comments