Set the expected change hash.
(mut self, hash: Hash)
| 204 | |
| 205 | /// Set the expected change hash. |
| 206 | pub fn with_expected(mut self, hash: Hash) -> Self { |
| 207 | self.expected_change = Some(hash); |
| 208 | self |
| 209 | } |
| 210 | } |
| 211 | |
| 212 | // Order Conflicts |
no outgoing calls