Contract 81a63040ecac6ad5c8d8441fe1cbd809184b6e47e4c559bf73d06268b0683c49

← Back to Index 📥 Download WASM

Meta

cliver 27.0.0#5a7c5fe76530bf4248477ac812fc757146b98cc4
rssdkver 26.0.0#e1bf74ba6c3ddb591593f5eb5dfb85458ff714c1
rsver 1.92.0

Instances

  • CD5CIDDHT56FUWK6SBDTAWIA435GAVOWZ6TISQ4KXJ5WN5FIHV5EXIG6

Interface

Verify a Groth16 proof using the compile-time embedded verification key.

No persistent storage is read or written; the key is part of the contract WASM itself.

fn verify(
    env: soroban_sdk::Env,
    proof: Groth16Proof,
    public_inputs: soroban_sdk::Vec,
) -> Result

Imports

WebAssembly Text (WAT) ▶