IWeb2JsonVerification
IWeb2JsonVerification is the verifier surface for the Web2Json attestation type.
It is one of the parent interfaces inherited by IFdcVerification — in practice most consumers call verifyWeb2Json through ContractRegistry.getFdcVerification() rather than holding a separate IWeb2JsonVerification reference.
Sourced from IWeb2JsonVerification.sol on GitHub.
Functions
verifyWeb2Json
function verifyWeb2Json(IWeb2Json.Proof calldata _proof)
external view
returns (bool _proved);
Parameters
_proof: TheIWeb2Json.Proofreturned by the Data Availability Layer.
Returns
_proved:trueif the merkle proof is consistent with the round's Merkle root maintained by the FDCRelay.