syntax = "proto3"; package planetmintgo.machine.module; import "cosmos/app/v1alpha1/module.proto"; // Module is the config object for the module. message Module { option (cosmos.app.v1alpha1.module) = { go_import: "planetmint-go/x/machine" }; // authority defines the custom module authority. If not set, defaults to the governance module. string authority = 1; }