IArgs<T, D>
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / IArgs
Interface: IArgs<T, D>
Defined in: packages/lib/sdk/src/edge-agent/helpers/RunProtocol.ts:15
RunProtocol exists to bridge the gap between the strong coupling to DIDComm messages and abstracting to Protocols
When the abstraction happens this should be removable
Type Parameters
| Type Parameter |
|---|
T extends string |
D extends object |
Properties
| Property | Type | Defined in |
|---|---|---|
data | D | packages/lib/sdk/src/edge-agent/helpers/RunProtocol.ts:21 |
pid | string | packages/lib/sdk/src/edge-agent/helpers/RunProtocol.ts:19 |
type | T | packages/lib/sdk/src/edge-agent/helpers/RunProtocol.ts:17 |