Skip to content

IVerificationFacet

The VerificationFacet contract interface

This contract allows for the platform superAdmin to manage the project’s verification level

Returns the current verification level

function getVerificationLevel() external view returns (VerificationLevel currentLevel);

Returns

NameTypeDescription
currentLevelVerificationLevelThe current verification level

Sets the verification level

function setVerificationLevel(VerificationLevel level) external;

Parameters

NameTypeDescription
levelVerificationLevelThe new verification level