Builder: set full-hash flag.
(mut self, full_hash: bool)
| 133 | |
| 134 | /// Builder: set full-hash flag. |
| 135 | pub fn with_full_hash(mut self, full_hash: bool) -> Self { |
| 136 | self.full_hash = full_hash; |
| 137 | self |
| 138 | } |
| 139 | |
| 140 | /// Builder: set show-attest flag. |
| 141 | pub fn with_show_attest(mut self, show_attest: bool) -> Self { |
no outgoing calls