IMACI
MACI interface
stateTreeDepth
function stateTreeDepth() external view returns (uint8)
Get the depth of the state tree
Return Values
Name | Type | Description |
---|---|---|
[0] | uint8 | The depth of the state tree |
getStateTreeRoot
function getStateTreeRoot() external view returns (uint256)
Return the main root of the StateAq contract
Return Values
Name | Type | Description |
---|---|---|
[0] | uint256 | The Merkle root |
numSignUps
function numSignUps() external view returns (uint256)
Get the number of signups
Return Values
Name | Type | Description |
---|---|---|
[0] | uint256 | numsignUps The number of signups |