regenerate auction type without on-chain bidding

This commit is contained in:
2022-08-30 19:33:47 +00:00
parent 87e29c3dcc
commit 7ecb5a9fe8
5 changed files with 35 additions and 34 deletions

View File

@@ -9,6 +9,6 @@ message Auction {
string index = 1;
string name = 2;
string description = 3;
repeated Bid bids = 4;
Bid topBid = 4;
}