aries / net.globalid.aries.message.outbound / OutboundPackage

OutboundPackage

data class OutboundPackage

A package with all the info that is needed to send a message.

Constructors

<init>

A package with all the info that is needed to send a message.

OutboundPackage(endpoint: String, payload: String)

Properties

endpoint

is an URI declaring where to send the payload

val endpoint: String

payload

is a JSON String that contains encrypted payload of message

val payload: String