Skip to content

Commit f4e6248

Browse files
committed
Change transaction r, s to QUANTITY
1 parent e83544c commit f4e6248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JSON-RPC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,8 +1523,8 @@ params: [
15231523
- `transactionIndex`: `QUANTITY` - integer of the transaction's index position in the block. `null` when its pending.
15241524
- `value`: `QUANTITY` - value transferred in Wei.
15251525
- `v`: `QUANTITY` - ECDSA recovery id
1526-
- `r`: `DATA`, 32 Bytes - ECDSA signature r
1527-
- `s`: `DATA`, 32 Bytes - ECDSA signature s
1526+
- `r`: `QUANTITY` - ECDSA signature r
1527+
- `s`: `QUANTITY` - ECDSA signature s
15281528

15291529
##### Example
15301530
```js

0 commit comments

Comments
 (0)