syntax = "proto3"; package cosmostest.cosmostest; option go_package = "cosmos-test/x/cosmostest/types"; message Auction { string index = 1; string name = 2; string description = 3; string bids = 4; string highestBid = 5; }