Make transactions
EthSigner provides transaction signing and access to your keystore by implementing the following JSON-RPC methods:
The sender specified in eea_sendTransaction
and eth_sendTransaction
requires a signing key. Signing keys can be stored externally or locally.
note
If using EthSigner with GoQuorum for public transactions (that is, using eth_sendTransaction
), the nonce must be specified.