summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-16 15:58:11 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-16 15:58:11 +0200
commit447708b1262fbbbdcd9257751bbf86372a5ae7d9 (patch)
tree43968a3c0cc8ba94c6cb94723257baf615051079
parent6bac387380e919efb59d35edfcf5e357e8583478 (diff)
downloaddocs-447708b1262fbbbdcd9257751bbf86372a5ae7d9.tar.gz
docs-447708b1262fbbbdcd9257751bbf86372a5ae7d9.tar.bz2
docs-447708b1262fbbbdcd9257751bbf86372a5ae7d9.zip
added policy_hash_codes to auction transcript
-rw-r--r--design-documents/032-brandt-vickrey-auctions.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/design-documents/032-brandt-vickrey-auctions.rst b/design-documents/032-brandt-vickrey-auctions.rst
index f7c161d0..52a46cc0 100644
--- a/design-documents/032-brandt-vickrey-auctions.rst
+++ b/design-documents/032-brandt-vickrey-auctions.rst
@@ -198,6 +198,12 @@ type `BrandtVickreyAuctionTranscript`.
// One signature per bidder.
signatures: EddsaSignature[];
+ // List of policy hash codes that identify policy details associated with
+ // each bidder. Those codes were generated by the policy extension
+ // policy_brandt_vickrey_auction during the deposit of coins for this
+ // auction.
+ policy_hash_codes: HashCode[];
+
// The transcript of all messages received by the seller.
transcript: BrandtVickreyAuctionMessage[];