// Since: cosmos-sdk 0.47 // @generated by protoc-gen-connect-es v1.1.3 with parameter "target=ts" // @generated from file cosmos/consensus/v1/tx.proto (package cosmos.consensus.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck import { MsgUpdateParams, MsgUpdateParamsResponse } from "./tx_pb.js"; import { MethodKind } from "@bufbuild/protobuf"; /** * Msg defines the bank Msg service. * * @generated from service cosmos.consensus.v1.Msg */ export const Msg = { typeName: "cosmos.consensus.v1.Msg", methods: { /** * UpdateParams defines a governance operation for updating the x/consensus_param module parameters. * The authority is defined in the keeper. * * Since: cosmos-sdk 0.47 * * @generated from rpc cosmos.consensus.v1.Msg.UpdateParams */ updateParams: { name: "UpdateParams", I: MsgUpdateParams, O: MsgUpdateParamsResponse, kind: MethodKind.Unary, }, } } as const;