syntax = "proto3"; package cosmostest.cosmostest; option go_package = "cosmos-test/x/cosmostest/types"; message NextAuction { uint64 auctionId = 1; }