Hash is used in several of the bitcoin messages and common structures. It typically represents the double sha256 of data.
| 40 | // Hash is used in several of the bitcoin messages and common structures. It |
| 41 | // typically represents the double sha256 of data. |
| 42 | type Hash [HashSize]byte |
| 43 | |
| 44 | // String returns the Hash as the hexadecimal string of the byte-reversed |
| 45 | // hash. |
no outgoing calls
no test coverage detected