EvanProfileVerificationsComponent

Source profile-verifications

Display all for the user configured active verifications for a specific topic. (they can be configured using the Verifications Service, BCC profile API, Profile DApp)

Inputs

  1. address - string: address that for that the verifications should be checked
  2. mode - string: display mode that should be used (minimal, detail, full)

Example

Reference Implementation: Mail Detail Component

<evan-profile-verifications
  [address]="'0x1291781...'"
  [mode]="'icon'">
</evan-profile-verifications>

View Example

Have a look at the verifications component Verifications Component