mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-11 21:59:05 +00:00
docs: add debug.getRawReceipts (#24937)
This commit is contained in:
parent
088025a442
commit
91ddb9e03e
1 changed files with 8 additions and 0 deletions
|
|
@ -234,6 +234,14 @@ storage hash.
|
|||
| Console | `debug.getModifiedAccountsByNumber(startNum uint64, endNum uint64)` |
|
||||
| RPC | `{"method": "debug_getModifiedAccountsByNumber", "params": [startNum, endNum]}` |
|
||||
|
||||
### debug_getRawReceipts
|
||||
|
||||
Returns the consensus-encoding of all receipts in a single block.
|
||||
|
||||
| Client | Method invocation |
|
||||
|:--------|-----------------------------------------------------------------|
|
||||
| Console | `debug.getRawReceipts(blockNrOrHash)` |
|
||||
| RPC | `{"method": "debug_getRawReceipts", "params": [blockNrOrHash]}` |
|
||||
|
||||
### debug_goTrace
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue