Type alias ChainDidService

ChainDidService: {
    id: string;
    serviceTypes: string[];
    urls: string[];
}

Type declaration

  • id: string
  • serviceTypes: string[]
  • urls: string[]