| 1234567891011121314151617 |
- {
- "jsonrpc": "2.0",
- "method": "account_signTransaction",
- "params": [
- {
- "from":"0x8a8eafb1cf62bfbeb1741769dae1a9dd47996192",
- "to":"0x8a8eafb1cf62bfbeb1741769dae1a9dd47996192",
- "gas": "0x333",
- "gasPrice": "0x123",
- "nonce": "0x0",
- "value": "0x10",
- "data":
- "0x4401a6e40000000000000000000000000000000000000000000000000000000000000012"
- }
- ],
- "id": 67
- }
|