| 137 | } |
| 138 | |
| 139 | type BlockInfo struct { |
| 140 | Hash string |
| 141 | Size int |
| 142 | Header *BlockHead |
| 143 | Transactions []*Transactions |
| 144 | } |
| 145 | |
| 146 | type NodeInfo struct { |
| 147 | NodeState uint // node status |
nothing calls this directly
no outgoing calls
no test coverage detected