docs: add debug.getRawReceipts (#24937)

pull/24963/head
Sina Mahmoodi 2 years ago committed by GitHub
parent 088025a442
commit 91ddb9e03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/_rpc/ns-debug.md

@ -234,6 +234,14 @@ storage hash.
| Console | `debug.getModifiedAccountsByNumber(startNum uint64, endNum uint64)` | | Console | `debug.getModifiedAccountsByNumber(startNum uint64, endNum uint64)` |
| RPC | `{"method": "debug_getModifiedAccountsByNumber", "params": [startNum, endNum]}` | | 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 ### debug_goTrace

Loading…
Cancel
Save