Skip to main content

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
T extends string
D extends JsonObj

Properties

PropertyTypeDefined in
dataDsrc/edge-agent/helpers/RunProtocol.ts:20
pidstringsrc/edge-agent/helpers/RunProtocol.ts:18
typeTsrc/edge-agent/helpers/RunProtocol.ts:16