github.com/okex/exchain@v1.8.0/libs/ibc-go/proto/ibc/applications/interchain_accounts/controller/v1/controller.proto (about)

     1  syntax = "proto3";
     2  
     3  package ibc.applications.interchain_accounts.controller.v1;
     4  
     5  option go_package = "github.com/cosmos/ibc-go/v4/modules/apps/27-interchain-accounts/controller/types";
     6  
     7  import "gogoproto/gogo.proto";
     8  
     9  // Params defines the set of on-chain interchain accounts parameters.
    10  // The following parameters may be used to disable the controller submodule.
    11  message Params {
    12    // controller_enabled enables or disables the controller submodule.
    13    bool controller_enabled = 1 [(gogoproto.moretags) = "yaml:\"controller_enabled\""];
    14  }