AttestationRegistry

Git Source

Inherits: Diamond, AccessManaged

Lightweight diamond contract for AttestationRegistry

Much smaller than the original AttestationRegistry

Functions

constructor

Constructor

constructor(Diamond.InitParams memory initParams, address accessManager)
    Diamond(initParams)
    AccessManaged(accessManager);

Parameters

Name
Type
Description

initParams

Diamond.InitParams

Diamond initialization parameters

accessManager

address

Address of the access manager (GlobalAccessManager or IdentityAccessManager)

receive

Allow diamond to receive ETH for attestation payments

receive() external payable;

Last updated

Was this helpful?