Returns the proof of the execution. @returns {string} The execution proof.
(&self)
| 75 | /// |
| 76 | /// @returns {string} The execution proof. |
| 77 | pub fn proof(&self) -> String { |
| 78 | self.0.proof().map(|proof| proof.to_string()).unwrap_or("".to_string()) |
| 79 | } |
| 80 | |
| 81 | /// Returns the transitions present in the execution. |
| 82 | /// |