Set the archive format.
(mut self, format: ArchiveFormat)
| 305 | |
| 306 | /// Set the archive format. |
| 307 | pub fn format(mut self, format: ArchiveFormat) -> Self { |
| 308 | self.format = format; |
| 309 | self |
| 310 | } |
| 311 | |
| 312 | /// Set the state to archive. |
| 313 | pub fn state(mut self, state: Merkle) -> Self { |
no outgoing calls