The value used for signing: everything except the `proof`. Delegates to [`crate::proof::signing_view`] so the excluded key-set is defined once, at the Value level, shared by every node type.
(&self)
| 345 | /// [`crate::proof::signing_view`] so the excluded key-set is defined once, |
| 346 | /// at the Value level, shared by every node type. |
| 347 | pub fn signing_value(&self) -> serde_json::Value { |
| 348 | crate::proof::signing_view(&self.to_value()) |
| 349 | } |
| 350 | |
| 351 | /// The value used for the content hash: excludes both `proof` and |
| 352 | /// `contentHash`. Delegates to [`crate::proof::hashing_view`]. |
no test coverage detected