Set the state to archive.
(mut self, state: Merkle)
| 311 | |
| 312 | /// Set the state to archive. |
| 313 | pub fn state(mut self, state: Merkle) -> Self { |
| 314 | self.state = Some(state); |
| 315 | self |
| 316 | } |
| 317 | |
| 318 | /// Set the view to use. |
| 319 | pub fn view(mut self, name: impl Into<String>) -> Self { |
no outgoing calls