eth_signTransaction

Signs a transaction without sending it to the network. Returns the signed transaction data.

Parameters

Returns


Request

{
  "jsonrpc": "2.0",
  "method": "eth_signTransaction",
  "params": [
    {
      "from": "0x407d73d8a49eeb85d32cf465507dd71d507100c1",
      "to": "0x87265f0e8b7b9b5f7e1a8e4d2c6f9a1b3e8d7c6a",
      "gas": "0x76c0",
      "gasPrice": "0x2540be400",
      "value": "0xde0b6b3a7640000",
      "nonce": "0x15"
    }
  ],
  "id": 1
}

Response

Last updated