File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @emurgo/ledger-connect-handler" ,
3- "version" : " 4.6 .0" ,
3+ "version" : " 4.7 .0" ,
44 "description" : " Interface for communication with Cardano Ledger app" ,
55 "author" : " EMURGO.io" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import type {
3636 GetExtendedPublicKeysRequest ,
3737 GetExtendedPublicKeyResponse ,
3838 GetExtendedPublicKeysResponse ,
39- Transaction ,
39+ SignTransactionRequest ,
4040} from '@cardano-foundation/ledgerjs-hw-app-cardano' ;
4141
4242export default class LedgerConnect {
@@ -105,7 +105,7 @@ export default class LedgerConnect {
105105
106106 signTransaction : { |
107107 serial : ?string ,
108- params : Transaction ,
108+ params : SignTransactionRequest ,
109109 | } => Promise < SignTransactionResponse > = ( request ) => {
110110 return new Promise ( ( resolve , reject ) => {
111111 this . _sendMessage ( {
You can’t perform that action at this time.
0 commit comments