From 4e786fb374f4eaccd1a544c487739217ce5b4be1 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 11 Oct 2022 09:17:36 +0200 Subject: commitment amount for auction added --- core/api-exchange.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 8bb73124..17196f19 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -2217,6 +2217,14 @@ proof to the seller for the escrow of sufficient fund. // `BrandtVickreyAuction`. h_auction: HashCode; + // The amount that this bidder commits to for this auction + // + // This amount can be larger than the contribution of a single coin. + // The bidder can increase funding of this auction policy by using + // sufficiently many coins during the deposit operation (single or batch) + // with the same policy. + commitment: Amount; + // Date until the auction must have been successfully executed and // a valid transcript provided to the // ``/extensions/policy_brandt_vickrey_auction``-endpoint of the -- cgit v1.2.3