IProofOfHumanity
Functions
isRegistered
Return true if the submission is registered and not expired.
function isRegistered(address _submissionID) external view returns (bool);
Parameters
| Name | Type | Description | 
|---|---|---|
| _submissionID | address | The address of the submission. | 
Returns
| Name | Type | Description | 
|---|---|---|
| <none> | bool | Whether the submission is registered or not. |