VerifierPair
Component that displays the guardian icon and verifier icon pair.
Usage
<VerifierPair
  guardianType={accountType}
  verifierSrc={verifier.imageUrl}
  verifierName={verifier.name}
/>
API
| Property | Description | Type | Default | Version | 
|---|---|---|---|---|
| guardianType | User type | AccountType | 'Email' | |
| verifierSrc | Address of the verifier image | string | - | |
| verifierName | Verifier name, displaying the initial letter if the image fails to load | string | - | |
| wrapperClassName | Class name of the top level container | string | - | |
| size | Size of the guardian image | number | 32 |