Skip to content

Latest commit

 

History

History
142 lines (132 loc) · 4.84 KB

MerkleProofWrapper.md

File metadata and controls

142 lines (132 loc) · 4.84 KB

MerkleProofWrapper.sol

View Source: contracts/mocks/MerkleProofWrapper.sol

MerkleProofWrapper

Functions

verify

function verify(bytes32[] proof, bytes32 root, bytes32 leaf) public
returns(bool)

Arguments

Name Type Description
proof bytes32[]
root bytes32
leaf bytes32

Contracts