LazyIMTData
A struct that holds a LazyIMT data
struct LazyIMTData {
uint40 maxIndex;
uint40 numberOfLeaves;
mapping(uint256 => uint256) elements;
}
DefaultZeroBadIndex
error DefaultZeroBadIndex()
Custom errors
DepthTooLarge
error DepthTooLarge()
DepthCannotBeZero
error DepthCannotBeZero()