Skip to main content
Glama
tx.rpc.msg.d.ts1.12 kB
import { Rpc } from "../../../helpers"; import { MsgAddAuthenticator, MsgAddAuthenticatorResponse, MsgRemoveAuthenticator, MsgRemoveAuthenticatorResponse, MsgSetActiveState, MsgSetActiveStateResponse } from "./tx"; /** Msg defines the Msg service. */ export interface Msg { addAuthenticator(request: MsgAddAuthenticator): Promise<MsgAddAuthenticatorResponse>; removeAuthenticator(request: MsgRemoveAuthenticator): Promise<MsgRemoveAuthenticatorResponse>; /** * SetActiveState sets the active state of the authenticator. * Primarily used for circuit breaking. */ setActiveState(request: MsgSetActiveState): Promise<MsgSetActiveStateResponse>; } export declare class MsgClientImpl implements Msg { private readonly rpc; constructor(rpc: Rpc); addAuthenticator(request: MsgAddAuthenticator): Promise<MsgAddAuthenticatorResponse>; removeAuthenticator(request: MsgRemoveAuthenticator): Promise<MsgRemoveAuthenticatorResponse>; setActiveState(request: MsgSetActiveState): Promise<MsgSetActiveStateResponse>; } 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