We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d235861 commit 8648008Copy full SHA for 8648008
src.rs/src/verkle_ffi_api.rs
@@ -205,6 +205,9 @@ pub fn zero_commitment() -> Uint8Array {
205
bytes_to_js_value(ffi_interface::ZERO_POINT).into()
206
}
207
208
+/// Verifies an execution witness' pre-state values and proof against a prestate root
209
+/// At a high level, this method verifies that the reads in the pre-state are consistent with the
210
+/// root.
211
#[allow(deprecated)]
212
#[wasm_bindgen(js_name = "verifyExecutionWitnessPreState")]
213
pub fn verify_execution_witness_prestate(prestate_root: &str, execution_witness: &str) -> bool {
0 commit comments