Skip to content

Commit

Permalink
docs: add debug.getRawReceipts (#24937)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na authored May 24, 2022
1 parent 088025a commit 91ddb9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_rpc/ns-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 91ddb9e

Please sign in to comment.