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:
- The ability to verify whether a particular address has signed a transaction with their corresponding private key, for both regular and invokable transactions.