EvanVerificationComponent

Source verification

Display a all verifications for a specific topic using the api-blockchain-core verifications service.

Inputs

  1. address - string: address that for that the verifications should be checked
  2. topic - string: the topic to load the verifications for (/test/test2)
  3. mode - string: display mode that should be used (minimal, detail, full)
  4. compute - boolean: use computed view and only one verification instead of all possible ones (will display a small verification count at the right of the card)
  5. enableIssue - boolean: Are issue buttons are available? Not avaialble for icon mode
  6. enableDelete - boolean: should the delete button be shown?
  7. enableReject - boolean: should the delete button be shown?

Example

Reference Implementation: Profile Verifications Component

<evan-verification
  [topic]="'/test/1234'"
  [address]="'0x1291781...'"
  [mode]="'icon'"
  [compute]="true">
</evan-verification>

View Example

angular-core/components/../../images/angular-core/components/verifications/icon.png angular-core/components/../../images/angular-core/components/verifications/normal.png angular-core/components/../../images/angular-core/components/verifications/detail.png