implement auction finalization system

This commit is contained in:
2022-08-31 22:40:28 +00:00
parent 5aea9c162e
commit fdbed8aa41
11 changed files with 129 additions and 18 deletions

View File

@@ -10,5 +10,6 @@ message Auction {
string name = 2;
string description = 3;
Bid topBid = 4;
uint64 deadline = 5;
}