Module didcomm_message_example

Source
Expand description

Example usage of the new DIDComm Message approach for TAP messages.

Functionsยง

create_presentation_with_attachments_example
Example function for creating a DIDCommPresentation with attachments.
create_reject_message_example
Example function to create a Reject message.
create_settle_message_example
Example function to create a Settle message.
create_transfer_message_example
Example function to create a Transfer message using the new approach.
process_any_tap_message_example
This example shows how to use the common interface to work with various TAP message types.
process_transfer_message_example
Example function to process a received Transfer message.