mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 12:14:26 -08:00
add deadline to auctions
This commit is contained in:
@@ -14,4 +14,5 @@ message Auction {
|
||||
string ceiling = 6;
|
||||
string denom = 7;
|
||||
string owner = 8;
|
||||
uint64 leaseEnd = 9;
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@ message MsgNewAuction {
|
||||
string description = 3;
|
||||
string ceiling = 4;
|
||||
string denom = 5;
|
||||
uint64 leaseEnd = 6;
|
||||
}
|
||||
|
||||
message MsgNewAuctionResponse {
|
||||
|
||||
Reference in New Issue
Block a user