The value used for the substance hash: the reviewable definition with all review state removed. Delegates to [`crate::proof::substance_view`].
(&self)
| 367 | /// The value used for the substance hash: the reviewable definition with all |
| 368 | /// review state removed. Delegates to [`crate::proof::substance_view`]. |
| 369 | pub fn substance_value(&self) -> serde_json::Value { |
| 370 | crate::proof::substance_view(&self.to_value()) |
| 371 | } |
| 372 | } |
| 373 | |
| 374 | /// The `intentSubstanceHash` — a `blake3:<hex>` hash of the intent's reviewable |
no test coverage detected