@JsonClass(true) data class IndyAgentDidDocService
Indy agent DID document service
The model representation of the Indy agent DID document service
<init> |
Indy agent DID document service IndyAgentDidDocService(id: String, type: String = "IndyAgent", priority: Int = 0, recipientKeys: List<String>, routingKeys: List<String>?, serviceEndpoint: String?) |
id |
the identifier val id: String |
priority |
the priority of the service val priority: Int |
recipientKeys |
the array of recipient key references val recipientKeys: List<String> |
routingKeys |
the array or routing key references val routingKeys: List<String>? |
serviceEndpoint |
the service endpoint val serviceEndpoint: String? |
type |
the type of service. val type: String |