Payload
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / overview / Payload
Interface: Payload<T>
Defined in: src/domain/protocols/Payload.ts:8
General purpose struct to pass data around
enables simplistic data transfer and identification
Type Parameters
| Type Parameter | 
|---|
| T | 
Properties
| Property | Type | Defined in | 
|---|---|---|
| data | T | src/domain/protocols/Payload.ts:12 | 
| pid | string | src/domain/protocols/Payload.ts:10 |