Skip to main content
Version: v1.2

AccQueueBinaryMaci

This contract extends AccQueueBinary and MerkleBinaryMaci

This contract is used for creating a Merkle tree with binary (2 leaves per node) structure

constructor

constructor(uint256 _subDepth) public

Constructor for creating AccQueueBinaryMaci contract

Parameters

NameTypeDescription
_subDepthuint256The depth of each subtree

getZero

function getZero(uint256 _level) internal view returns (uint256 zero)

Returns the zero leaf at a specified level

Parameters

NameTypeDescription
_leveluint256The level at which to return the zero leaf