|
@ -347,8 +347,10 @@ Commit are included in the header of the next block. |
|
|
- `Version (Version)`: Version of the blockchain and the application |
|
|
- `Version (Version)`: Version of the blockchain and the application |
|
|
- `ChainID (string)`: ID of the blockchain |
|
|
- `ChainID (string)`: ID of the blockchain |
|
|
- `Height (int64)`: Height of the block in the chain |
|
|
- `Height (int64)`: Height of the block in the chain |
|
|
- `Time (google.protobuf.Timestamp)`: Time of the block. It is the proposer's |
|
|
|
|
|
local time when block was created. |
|
|
|
|
|
|
|
|
- `Time (google.protobuf.Timestamp)`: Time of the previous block. |
|
|
|
|
|
For heights > 1, it's the weighted median of the timestamps of the valid |
|
|
|
|
|
votes in the block.LastCommit. |
|
|
|
|
|
For height == 1, it's genesis time. |
|
|
- `NumTxs (int32)`: Number of transactions in the block |
|
|
- `NumTxs (int32)`: Number of transactions in the block |
|
|
- `TotalTxs (int64)`: Total number of transactions in the blockchain until |
|
|
- `TotalTxs (int64)`: Total number of transactions in the blockchain until |
|
|
now |
|
|
now |
|
|