syntax = "proto3"; package cosmos.circuit.module.v1; import "cosmos/app/v1alpha1/module.proto"; // Module is the config object of the circuit module. message Module { option (cosmos.app.v1alpha1.module) = { go_import: "cosmossdk.io/x/circuit" }; // authority defines the custom module authority. If not set, defaults to the governance module. string authority = 1; }