I made a transaction using TransactionSigner.SignTransaction(...)
, and stored it for future reference. How do I parse it back to get the public key/source wallet address, destination address, nonce, and the amount in Wei?
I tried searching the GitHub repo for Parse
method, but found none for transactions.