Set all explained change hashes at once.
(mut self, hashes: Vec<Hash>)
| 123 | |
| 124 | /// Set all explained change hashes at once. |
| 125 | pub fn changes_explained(mut self, hashes: Vec<Hash>) -> Self { |
| 126 | self.changes_explained = hashes; |
| 127 | self |
| 128 | } |
| 129 | |
| 130 | /// Set the previous provenance graph hash (for session resume chaining). |
| 131 | pub fn previous(mut self, hash: Hash) -> Self { |
no outgoing calls