Skip to main content
Glama
tx.rpc.msg.d.ts822 B
import { Rpc } from "../../helpers"; import { MsgCreateGauge, MsgCreateGaugeResponse, MsgAddToGauge, MsgAddToGaugeResponse, MsgCreateGroup, MsgCreateGroupResponse } from "./tx"; export interface Msg { createGauge(request: MsgCreateGauge): Promise<MsgCreateGaugeResponse>; addToGauge(request: MsgAddToGauge): Promise<MsgAddToGaugeResponse>; createGroup(request: MsgCreateGroup): Promise<MsgCreateGroupResponse>; } export declare class MsgClientImpl implements Msg { private readonly rpc; constructor(rpc: Rpc); createGauge(request: MsgCreateGauge): Promise<MsgCreateGaugeResponse>; addToGauge(request: MsgAddToGauge): Promise<MsgAddToGaugeResponse>; createGroup(request: MsgCreateGroup): Promise<MsgCreateGroupResponse>; } 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