mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:24:25 -08:00
factor verified providers into bidding tx flow
This commit is contained in:
@@ -22,6 +22,9 @@ message MsgNewAuction {
|
||||
string ceiling = 4;
|
||||
string denom = 5;
|
||||
uint64 leaseEnd = 6;
|
||||
// verified providers just specifies who's allowed to bid on the lease auction.
|
||||
// STORED IN MEMORY. DOES NOT GET WRITTEN TO CHAIN STATE.
|
||||
repeated string verifiedProviders = 7;
|
||||
}
|
||||
|
||||
message MsgNewAuctionResponse {
|
||||
|
||||
Reference in New Issue
Block a user