You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,8 @@ components:
353
353
- digest
354
354
- started_at
355
355
- completed_at
356
-
- participants
356
+
- signers
357
+
- aggregate_verification_key
357
358
- multisignature
358
359
properties:
359
360
hash:
@@ -381,11 +382,15 @@ components:
381
382
description: Date and time at which the certificate was completed (when the quorum of single signatures was reached so that a multisignature could be aggregated from them)
382
383
type: string
383
384
format: date-time
384
-
participants:
385
-
description: The list of the participants (potential signers) with their stakes and verification keys
385
+
signers:
386
+
description: The list of the signers with their stakes and verification keys
386
387
type: array
387
388
items:
388
389
$ref: "#/components/schemas/SignerWithStake"
390
+
aggregate_verification_key:
391
+
description: Aggregate verification key used to verify the multisignature
392
+
type: string
393
+
format: bytes
389
394
multisignature:
390
395
description: STM multisignature created from a quorum of single signatures from the signers
0 commit comments