(mut self, block: Block)
| 211 | } |
| 212 | |
| 213 | pub fn at_block(mut self, block: Block) -> Self { |
| 214 | self.block = block; |
| 215 | self |
| 216 | } |
| 217 | |
| 218 | /// Parses the app data JSON and configures the builder accordingly: |
| 219 | /// - Pre/post hooks are encoded as interactions via the [`HooksTrampoline`] |
no outgoing calls