You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EdgeAgentSDK/Domain/Sources/Models/Message.swift
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ import Foundation
3
3
/// The `Message` struct represents a DIDComm message, which is used for secure, decentralized communication in the Atala PRISM architecture. A `Message` object includes information about the sender, recipient, message body, and other metadata. `Message` objects are typically exchanged between DID controllers using the `Mercury` building block.
4
4
publicstructMessage:Identifiable,Hashable{
5
5
/// The direction of the message (sent or received).
0 commit comments