mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 17:14:25 -08:00
query: pending bids for auction
This commit is contained in:
@@ -7,6 +7,7 @@ import "cosmos/base/query/v1beta1/pagination.proto";
|
||||
import "cosmostest/params.proto";
|
||||
import "cosmostest/next_auction.proto";
|
||||
import "cosmostest/auction.proto";
|
||||
import "cosmostest/bid.proto";
|
||||
// this line is used by starport scaffolding # 1
|
||||
|
||||
option go_package = "cosmos-test/x/cosmostest/types";
|
||||
@@ -76,7 +77,7 @@ message QueryAuctionBidsRequest {
|
||||
}
|
||||
|
||||
message QueryAuctionBidsResponse {
|
||||
string bids = 1;
|
||||
repeated Bid bids = 1;
|
||||
}
|
||||
|
||||
// this line is used by starport scaffolding # 3
|
||||
|
||||
Reference in New Issue
Block a user