| 120 | } |
| 121 | |
| 122 | type BlockHead struct { |
| 123 | Version uint32 |
| 124 | PrevBlockHash string |
| 125 | TransactionsRoot string |
| 126 | BlockRoot string |
| 127 | Timestamp uint32 |
| 128 | Height uint32 |
| 129 | ConsensusData uint64 |
| 130 | ConsensusPayload string |
| 131 | NextBookkeeper string |
| 132 | |
| 133 | Bookkeepers []string |
| 134 | SigData []string |
| 135 | |
| 136 | Hash string |
| 137 | } |
| 138 | |
| 139 | type BlockInfo struct { |
| 140 | Hash string |
nothing calls this directly
no outgoing calls
no test coverage detected