Skip to main content
Glama
tx.rpc.msg.d.ts712 B
import { Rpc } from "../../../helpers"; import { MsgUpdateParams, MsgUpdateParamsResponse } from "./tx"; /** Msg defines the x/auth Msg service. */ export interface Msg { /** * UpdateParams defines a (governance) operation for updating the x/auth module * parameters. The authority defaults to the x/gov module account. * * Since: cosmos-sdk 0.47 */ updateParams(request: MsgUpdateParams): Promise<MsgUpdateParamsResponse>; } export declare class MsgClientImpl implements Msg { private readonly rpc; constructor(rpc: Rpc); updateParams(request: MsgUpdateParams): Promise<MsgUpdateParamsResponse>; } export declare const createClientImpl: (rpc: Rpc) => MsgClientImpl;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server