Offline Transaction Signer version 1.1
A simple tool for creating the raw bytes of an Aion transaction that has been signed by a private key.
These bytes can then be sent to the eth_sendRawTransaction RPC endpoint to send the transaction off to a node.
Includes:
- a new static method to retrieve the transaction hash of a transaction that was signed using this tool:
getTransactionHashOfSignedTransaction(byte[])