Skip to main content
Glama
tx.rpc.msg.d.ts589 B
import { Rpc } from "../../helpers"; import { MsgEmitIBCAck, MsgEmitIBCAckResponse } from "./tx"; /** Msg defines the Msg service. */ export interface Msg { /** * EmitIBCAck checks the sender can emit the ack and writes the IBC * acknowledgement */ emitIBCAck(request: MsgEmitIBCAck): Promise<MsgEmitIBCAckResponse>; } export declare class MsgClientImpl implements Msg { private readonly rpc; constructor(rpc: Rpc); emitIBCAck(request: MsgEmitIBCAck): Promise<MsgEmitIBCAckResponse>; } 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