regenerate auction type

This commit is contained in:
2022-08-28 01:20:29 +00:00
parent cd568abd9c
commit 5f37aa9c61
7 changed files with 75 additions and 131 deletions

View File

@@ -7,8 +7,7 @@ message Auction {
string index = 1;
string name = 2;
string description = 3;
string bids = 4;
string highestBid = 5;
uint32 bids = 4;
uint32 highestBid = 5;
}

View File

@@ -5,5 +5,4 @@ option go_package = "cosmos-test/x/cosmostest/types";
message NextAuction {
uint64 auctionId = 1;
}