# Functions
NewDIDCommV1Endpoint creates a DIDCommV1 endpoint.
NewDIDCommV2Endpoint creates a DIDCommV2 endpoint with the given array of endpoints.
NewDIDCoreEndpoint creates a generic DIDCore endpoint.
# Structs
DIDCommV2Endpoint contains ServiceEndpoint data specifically for DIDcommV2 and is wrapped in Endpoint as an array.
Endpoint contains endpoint specific content.
# Interfaces
ServiceEndpoint api for fetching ServiceEndpoint content based off of a DIDComm V1, V2 or DIDCore format.
# Type aliases
EndpointType endpoint type.