Skip to content

Offline Transaction Signer version 1.1

Compare
Choose a tag to compare
@aionick aionick released this 11 Feb 20:36
· 6 commits to master since this release

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[])