Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Feb 4, 2024
1 parent c1c9469 commit 677db77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Verifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import "./imt/IncrementalMerkleTree.sol";

abstract contract Verifier is IVerifier {
/// @notice Message proof.
/// @param blockNumber The block number corresponding to the proof.
/// @param messageIndex Leaf index of the message hash in incremental merkle tree.
/// @param messageProof Merkle proof of the message hash.
struct Proof {
Expand Down

0 comments on commit 677db77

Please sign in to comment.