This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
signTransaction
in lisk-transactions has wrong return type
#6245
Labels
Expected behavior
Should return a defined type representative of transaction object
Actual behavior
Returns
Record<string, unknown
which is inconvenient as the return object must be casted everywhere this function is used.Steps to reproduce
Check return type of signTransaction
Which version(s) does this affect? (Environment, OS, etc...)
5.1
The text was updated successfully, but these errors were encountered: