sendMessage

suspend fun sendMessage(message: Message): Message?(source)

Sends a DIDComm message through HTTP using mercury and returns a message if this is returned immediately by the REST endpoint.

Return

The message sent if successful, null otherwise

Parameters

message

The message to be sent