Skip to main content

IPlonkVerifier

Verify​

function Verify(bytes _proof, uint256[] _public_inputs) external returns (bool success)

Interface for verifier contracts.

Parameters​

NameTypeDescription
_proofbytesThe proof used to verify.
_public_inputsuint256[]The computed public inputs for the proof verification.

Return Values​

NameTypeDescription
successboolReturns true if successfully verified.
Contributions not accepted
These reference pages are automatically generated based on Linea's smart contracts. To ensure they accurately match the deployed smart contracts, we cannot accept any contributions that edit these pages.