@verana-labs/verana-types 0.10.1-dev.15 → 0.10.1-dev.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -148,9 +148,9 @@ export interface MsgCreateOrUpdateParticipantSession {
|
|
|
148
148
|
issuerParticipantId: number;
|
|
149
149
|
/** optional: verifier participant id */
|
|
150
150
|
verifierParticipantId: number;
|
|
151
|
-
/**
|
|
151
|
+
/** optional: agent credential issuer participant id (set only by VUAs; MUST NOT be set when peer is a VS) */
|
|
152
152
|
agentParticipantId: number;
|
|
153
|
-
/**
|
|
153
|
+
/** optional: wallet credential issuer participant id (set only by VUAs; MUST NOT be set when peer is a VS) */
|
|
154
154
|
walletAgentParticipantId: number;
|
|
155
155
|
/** optional: digest derived from an issued or verified credential */
|
|
156
156
|
digest: string;
|
package/package.json
CHANGED