AccQueueBinary0
This contract extends AccQueueBinary and MerkleBinary0
This contract is used for creating a Merkle tree with binary (2 leaves per node) structure
constructor
constructor(uint256 _subDepth) public
Constructor for creating AccQueueBinary0 contract
Parameters
Name | Type | Description |
---|---|---|
_subDepth | uint256 | The depth of each subtree |
getZero
function getZero(uint256 _level) internal view returns (uint256 zero)
Returns the zero leaf at a specified level
Parameters
Name | Type | Description |
---|---|---|
_level | uint256 | The level at which to return the zero leaf |
Return Values
Name | Type | Description |
---|---|---|
zero | uint256 | The zero leaf at the specified level |