IProveUniquenessEvents

Git Source

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

NameTypeDescription
accountaddressThe address of the account for which uniqueness is proven.
biotokenbytes32The biotoken associated with the account.