IVerificationFacet
The VerificationFacet contract interface
This contract allows for the platform superAdmin to manage the project’s verification level
Functions
Section titled “Functions”getVerificationLevel
Section titled “getVerificationLevel”Returns the current verification level
function getVerificationLevel() external view returns (VerificationLevel currentLevel);Returns
| Name | Type | Description |
|---|---|---|
currentLevel | VerificationLevel | The current verification level |
setVerificationLevel
Section titled “setVerificationLevel”Sets the verification level
function setVerificationLevel(VerificationLevel level) external;Parameters
| Name | Type | Description |
|---|---|---|
level | VerificationLevel | The new verification level |