SendArgs
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / plugins/internal/didcomm / SendArgs
Interface: SendArgs
Defined in: packages/lib/sdk/src/plugins/internal/didcomm/tasks/Send.ts:15
attempt to deliver a Message across a Connection
attempt to find the Connection for the Message.to in ctx.Connections
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
connection? | Connection | Connection to use | packages/lib/sdk/src/plugins/internal/didcomm/tasks/Send.ts:24 |
message | Message | ApiRequest | Message to be delivered | packages/lib/sdk/src/plugins/internal/didcomm/tasks/Send.ts:19 |