init
Signed-off-by: T-Hax <>
This commit is contained in:
commit
8f085566cc
69 changed files with 19692 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
// SPDX-License-Identifier: MIT
|
||||
|
||||
pragma solidity ^0.6.0;
|
||||
|
||||
interface IBatchTreeUpdateVerifier {
|
||||
function verifyProof(bytes calldata proof, uint256[1] calldata input) external view returns (bool);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue