IProofOfHumanity

Git Source

Functions

isRegistered

Return true if the submission is registered and not expired.

function isRegistered(address _submissionID) external view returns (bool);

Parameters

NameTypeDescription
_submissionIDaddressThe address of the submission.

Returns

NameTypeDescription
<none>boolWhether the submission is registered or not.