syntax = "proto3"; package cosmostest.cosmostest; option go_package = "cosmos-test/x/cosmostest/types"; message Bid { string owner = 1; string amount = 2; }