mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 13:04:24 -08:00
implement auction finalization system
This commit is contained in:
@@ -10,5 +10,6 @@ message Auction {
|
||||
string name = 2;
|
||||
string description = 3;
|
||||
Bid topBid = 4;
|
||||
uint64 deadline = 5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user