blob: 9272dfff2e0b57544079e222bcf2cce0afcf9440 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Information about a Bidding and Auction server style auction.
// https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md
dictionary AdAuctionDataConfig {
required USVString seller;
};
dictionary AdAuctionData {
required Uint8Array request;
required USVString requestId;
};