Binary hash of the legacy serialization
(self)
| 99 | |
| 100 | # tag::source5[] |
| 101 | def hash(self): |
| 102 | '''Binary hash of the legacy serialization''' |
| 103 | return hash256(self.serialize_legacy())[::-1] |
| 104 | # end::source5[] |
| 105 | |
| 106 | # tag::source2[] |
no test coverage detected