Skip to content

Commit

Permalink
Updated JSON RPC (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gav Wood committed Oct 9, 2015
1 parent 0cfef75 commit 110c56b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JSON-RPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -1033,8 +1033,9 @@ params: [
- `nonce`: `DATA`, 8 Bytes - hash of the generated proof-of-work. `null` when its pending block.
- `sha3Uncles`: `DATA`, 32 Bytes - SHA3 of the uncles data in the block.
- `logsBloom`: `DATA`, 256 Bytes - the bloom filter for the logs of the block. `null` when its pending block.
- `transactionsRoot`: `DATA`, 32 Bytes - the root of the transaction trie of the block
- `transactionsRoot`: `DATA`, 32 Bytes - the root of the transaction trie of the block.
- `stateRoot`: `DATA`, 32 Bytes - the root of the final state trie of the block.
- `receiptsRoot`: `DATA`, 32 Bytes - the root of the receipts trie of the block.
- `miner`: `DATA`, 20 Bytes - the address of the beneficiary to whom the mining rewards were given.
- `difficulty`: `QUANTITY` - integer of the difficulty for this block.
- `totalDifficulty`: `QUANTITY` - integer of the total difficulty of the chain until this block.
Expand Down

0 comments on commit 110c56b

Please sign in to comment.