# Functions
GenericAttachmentsToV1 converts a slice of GenericAttachment to a slice of Attachment.
GenericAttachmentsToV2 converts a slice of GenericAttachment to a slice of AttachmentV2.
V1AttachmentsToGeneric converts a slice of Attachment to a slice of GenericAttachment.
V2AttachmentsToGeneric converts a slice of AttachmentV2 to a slice of GenericAttachment.
# Constants
DIDComm versions.
DIDComm versions.
DIDComm versions.
TransportReturnRouteAll return route option all.
TransportReturnRouteNone return route option none.
TransportReturnRouteThread return route option thread.
# Structs
Attachment is intended to provide the possibility to include files, links or even JSON payload to the message.
AttachmentData contains attachment payload.
AttachmentV2 is intended to provide the possibility to include files, links or even JSON payload to the message.
GenericAttachment is used to work with DIDComm attachments that can be either DIDComm v1 or DIDComm v2.
ReturnRoute works with Transport decorator.
Thread thread data.
Timing keeps expiration time.
Transport transport decorator https://github.com/hyperledger/aries-rfcs/tree/master/features/0092-transport-return-route.
WebRedirect decorator for passing web redirect info to ask recipient of the message to redirect after completion of flow.
# Type aliases
Version represents DIDComm protocol version.