simolus3 / web3dart

Ethereum library, written in Dart.
MIT License
441 stars 270 forks source link

Tx Information Type Tweaked to Allow for Get Tx From Hash to Return P… #234

Open TheGreatAxios opened 2 years ago

TheGreatAxios commented 2 years ago

…roperly

@simolus3 Let me know your thoughts on this. When using getTransactionByHash() function, r, s,v from msgSig are not returned. Removed them without making them nullable in order to leave the rest of the package intact.