-------------------------------------------------------------------------------- BlockID
| 1162 | |
| 1163 | // BlockID |
| 1164 | type BlockID struct { |
| 1165 | Hash tmbytes.HexBytes `json:"hash"` |
| 1166 | PartSetHeader PartSetHeader `json:"parts"` |
| 1167 | } |
| 1168 | |
| 1169 | // Equals returns true if the BlockID matches the given BlockID |
| 1170 | func (blockID BlockID) Equals(other BlockID) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected