File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050{
5151 serial: ?string,
5252 params: {
53- path: BIP32Path
53+ paths: Array< BIP32Path>
5454 },
5555}
5656```
Original file line number Diff line number Diff line change 11{
22 "name" : " @emurgo/ledger-connect-handler" ,
3- "version" : " 4.5 .0" ,
3+ "version" : " 4.6 .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 @@ -82,7 +82,7 @@ export default class LedgerConnect {
8282 } )
8383 } ) ;
8484 } ;
85- getExtendedPublicKey : { |
85+ getExtendedPublicKeys : { |
8686 serial : ?string ,
8787 params : GetExtendedPublicKeysRequest ,
8888 | } => Promise < ExtendedPublicKeyResp < GetExtendedPublicKeysResponse >> = ( request ) => {
You can’t perform that action at this time.
0 commit comments