syntax = "proto3";
package cosmostest.cosmostest;
import "gogoproto/gogo.proto";
option go_package = "cosmos-test/x/cosmostest/types";
// Params defines the parameters for the module.
message Params {
option (gogoproto.goproto_stringer) = false;
}