You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Reference/API-Objects.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,23 @@ Returned by [`eth_getFilterChanges`](API-Methods.md#eth_getfilterchanges) and [`
70
70
|**data**| Data | Non-indexed arguments of the log. |
71
71
|**topics**| Array of Data, 32 bytes each |[Event signature hash](../Concepts/Events-and-Logs.md#event-signature-hash) and 0 to 3 [indexed log arguments](../Concepts/Events-and-Logs.md#event-parameters). |
72
72
73
+
## Miner data object
74
+
75
+
Returned by [`eth_getMinerDataByBlockHash`](API-Methods.md#eth_getminerdatabyblockhash) and
|**extraData**| Data | Extra data field for this block. The first 32 bytes is vanity data you can set using the [`--miner-extra-data`](../Reference/CLI/CLI-Syntax.md#miner-extra-data) command line option. |
87
+
|**difficulty**| Quantity, Integer | Difficulty of this block. |
88
+
|**totalDifficulty**| Quantity, Integer | Total difficulty of the chain until this block. |
89
+
73
90
## Pending transaction object
74
91
75
92
Returned by [`txpool_besuPendingTransactions`](API-Methods.md#txpool_besupendingtransactions).
0 commit comments