mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 06:54:25 -08:00
WIP type updates
This commit is contained in:
@@ -14,5 +14,8 @@ message Auction {
|
||||
string ceiling = 6;
|
||||
string denom = 7;
|
||||
string owner = 8;
|
||||
uint64 leaseEnd = 9;
|
||||
uint64 leaseStart = 9;
|
||||
uint64 leaseEnd = 10;
|
||||
bool closed = 11;
|
||||
string remaining = 12;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user