IArgs
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / overview / IArgs
Interface: IArgs<T, D>
Defined in: src/edge-agent/helpers/RunProtocol.ts:14
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 | 
|---|
| Textendsstring | 
| DextendsJsonObj | 
Properties
| Property | Type | Defined in | 
|---|---|---|
| data | D | src/edge-agent/helpers/RunProtocol.ts:20 | 
| pid | string | src/edge-agent/helpers/RunProtocol.ts:18 | 
| type | T | src/edge-agent/helpers/RunProtocol.ts:16 |