The DID document generator currently ignores 'rpy' events or any other event type relevant to the service field. It should be able to extract relevant service endpoints.
Implement a getServiceEndpoints function which extracts relevant service endpoints for an AID from a SortedKeyEventStream.
The DID document generator currently ignores 'rpy' events or any other event type relevant to the
servicefield. It should be able to extract relevant service endpoints.Implement a
getServiceEndpointsfunction which extracts relevant service endpoints for an AID from aSortedKeyEventStream.