diff --git a/proto/umee/uibc/v1/tx.proto b/proto/umee/uibc/v1/tx.proto index 569c9831bc..4db3ea5a5e 100644 --- a/proto/umee/uibc/v1/tx.proto +++ b/proto/umee/uibc/v1/tx.proto @@ -103,7 +103,7 @@ message MsgGovSetIBCStatus { IBCTransferStatus ibc_status = 4; } -// MsgGovSetIBCStatusResponse define the response type for Msg/MsgGovSetIBCStatus with x/gov proposals. +// MsgGovSetIBCStatusResponse is a response type for Msg/GovSetIBCStatus. message MsgGovSetIBCStatusResponse {} // MsgGovToggleICS20Hooks is a request type for GovToggleICS20Hooks handler. @@ -123,5 +123,5 @@ message MsgGovToggleICS20Hooks { bool enabled = 3; } - -message MsgGovToggleICS20HooksResponse{} +// MsgGovToggleICS20HooksResponse is a response type for Msg/GovToggleICS20Hooks. +message MsgGovToggleICS20HooksResponse {} diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index da05f46036..7ae7291042 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -3661,6 +3661,9 @@ paths: title: >- inflow_outflow_token_quota_base defines the inflow outflow quota base for token + ics20_hooks: + type: boolean + description: ics20_hooks enables or disables the ICS20 transfer hooks. title: Params of x/uibc module description: >- QueryParamsResponse defines the response structure for the Params @@ -9212,6 +9215,9 @@ definitions: title: >- inflow_outflow_token_quota_base defines the inflow outflow quota base for token + ics20_hooks: + type: boolean + description: ics20_hooks enables or disables the ICS20 transfer hooks. title: Params of x/uibc module umee.uibc.v1.QueryAllOutflowsResponse: type: object @@ -9305,6 +9311,9 @@ definitions: title: >- inflow_outflow_token_quota_base defines the inflow outflow quota base for token + ics20_hooks: + type: boolean + description: ics20_hooks enables or disables the ICS20 transfer hooks. title: Params of x/uibc module description: |- QueryParamsResponse defines the response structure for the Params gRPC diff --git a/x/uibc/tx.pb.go b/x/uibc/tx.pb.go index fd751d3434..13764d994d 100644 --- a/x/uibc/tx.pb.go +++ b/x/uibc/tx.pb.go @@ -180,7 +180,7 @@ func (*MsgGovSetIBCStatus) XXX_MessageName() string { return "umee.uibc.v1.MsgGovSetIBCStatus" } -// MsgGovSetIBCStatusResponse define the response type for Msg/MsgGovSetIBCStatus with x/gov proposals. +// MsgGovSetIBCStatusResponse is a response type for Msg/GovSetIBCStatus. type MsgGovSetIBCStatusResponse struct { } @@ -268,6 +268,7 @@ func (*MsgGovToggleICS20Hooks) XXX_MessageName() string { return "umee.uibc.v1.MsgGovToggleICS20Hooks" } +// MsgGovToggleICS20HooksResponse is a response type for Msg/GovToggleICS20Hooks. type MsgGovToggleICS20HooksResponse struct { }