Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

LibAccountValidityProof

Git Source

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);