IProveUniquenessEvents
Interface for events related to proving uniqueness.
Exhaustiveness
Contract may emit other events not covered by this interface.
Interface for the Biomapper
contract.
Events
NewBiomapping
Emitted when uniqueness is successfully proven and a new biomapping is added.
event NewBiomapping(address account, bytes32 biotoken);
Parameters
Name | Type | Description |
---|---|---|
account | address | The address of the account for which uniqueness is proven. |
biotoken | bytes32 | The biotoken associated with the account. |