LibAccountValidityProof
Functions
isSiblingsArrayLengthValid
function isSiblingsArrayLengthValid(
AccountValidityProof calldata v,
uint8 log2MaxNumOfAccounts
) internal pure returns (bool);
computeAccountsDriveMerkleRoot
function computeAccountsDriveMerkleRoot(
AccountValidityProof calldata v,
bytes32 accountMerkleRoot
) internal pure returns (bytes32);