Skip to main content

Module didcomm

Module didcomm 

Source

Structs§

Attachment
Attachment for a TAP message.
AttachmentBuilder
Base64AttachmentData
JsonAttachmentData
LinksAttachmentData
OutOfBand
Message for out-of-band invitations (TAIP-2).
PlainMessage
Wrapper for plain message. Provides helpers for message building and packing/unpacking. Adapted from https://github.com/sicpa-dlab/didcomm-rust/blob/main/src/message/message.rs
SimpleAttachmentData
Simple attachment data for a TAP message.

Enums§

AttachmentData
Represents attachment data in Base64, embedded Json or Links form.

Traits§

PlainMessageExt
Extension trait for PlainMessage to work with typed messages

Type Aliases§

UntypedPlainMessage
Type alias for backward compatibility - PlainMessage with Value body