The value used for signing: everything except the `proof`. Delegates to [`crate::proof::signing_view`] so the excluded key-set lives in one place, shared by every node type.
(&self)
| 107 | /// [`crate::proof::signing_view`] so the excluded key-set lives in one |
| 108 | /// place, shared by every node type. |
| 109 | pub fn signing_value(&self) -> Value { |
| 110 | crate::proof::signing_view(&self.to_value()) |
| 111 | } |
| 112 | |
| 113 | /// The value used for the content hash: excludes both `proof` and |
| 114 | /// `contentHash`. Delegates to [`crate::proof::hashing_view`]. |
no test coverage detected