export interface ContactParams { id: string; hash: string; addrs: string[]; groups: string[]; }