komputing / KEthereum

Kotlin library for Ethereum
MIT License
344 stars 72 forks source link

How to get Transaction from RLP ByteArray? #151

Open krisbitney opened 1 year ago

krisbitney commented 1 year ago

I have a full transaction RLP as a single ByteArray. How can I convert it to a Transaction using KEthereum? Is it possible?