Your Contacts
    
    
      
      
        
          Help
        
      
    
    
    
      
      
    
    
    
    
      - 
        
          
            {{ contact.name || "(no name)" }}
          
          {{ contact.did }}
          
            Public Key (base 64): {{ contact.publicKeyBase64 }}
          
          
          
          
          
          
          
          
            
              
                to:
                {{
                  /* eslint-disable prettier/prettier */
                  this.showGiveTotals
                    ? ((givenByMeConfirmed[contact.did] || 0)
                       + (givenByMeUnconfirmed[contact.did] || 0))
                    : this.showGiveConfirmed
                        ? (givenByMeConfirmed[contact.did] || 0)
                        : (givenByMeUnconfirmed[contact.did] || 0)
                  /* eslint-enable prettier/prettier */
                }}
                
                  {{ givenByMeDescriptions[contact.did] }}
                
                
              
              
                from:
                {{
                  /* eslint-disable prettier/prettier */
                  this.showGiveTotals
                    ? ((givenToMeConfirmed[contact.did] || 0)
                        + (givenToMeUnconfirmed[contact.did] || 0))
                    : this.showGiveConfirmed
                        ? (givenToMeConfirmed[contact.did] || 0)
                        : (givenToMeUnconfirmed[contact.did] || 0)
                  /* eslint-enable prettier/prettier */
                }}
                
                  {{ givenToMeDescriptions[contact.did] }}
                
                
              
              
                
                See All Given Activity
              
             
           
         
       
    
    This identity has no contacts.