syntax = "proto3"; package cosmostest.cosmostest; import "gogoproto/gogo.proto"; import "cosmostest/params.proto"; // this line is used by starport scaffolding # genesis/proto/import option go_package = "cosmos-test/x/cosmostest/types"; // GenesisState defines the cosmostest module's genesis state. message GenesisState { Params params = 1 [(gogoproto.nullable) = false]; // this line is used by starport scaffolding # genesis/proto/state }