Skip to main content
Glama
tx.registry.d.ts1.79 kB
import { GeneratedType, Registry } from "@cosmjs/proto-signing"; import { MsgSend, MsgMultiSend, MsgUpdateParams, MsgSetSendEnabled } from "./tx"; export declare const registry: ReadonlyArray<[string, GeneratedType]>; export declare const load: (protoRegistry: Registry) => void; export declare const MessageComposer: { encoded: { send(value: MsgSend): { typeUrl: string; value: Uint8Array; }; multiSend(value: MsgMultiSend): { typeUrl: string; value: Uint8Array; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: Uint8Array; }; setSendEnabled(value: MsgSetSendEnabled): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { send(value: MsgSend): { typeUrl: string; value: MsgSend; }; multiSend(value: MsgMultiSend): { typeUrl: string; value: MsgMultiSend; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: MsgUpdateParams; }; setSendEnabled(value: MsgSetSendEnabled): { typeUrl: string; value: MsgSetSendEnabled; }; }; fromPartial: { send(value: MsgSend): { typeUrl: string; value: MsgSend; }; multiSend(value: MsgMultiSend): { typeUrl: string; value: MsgMultiSend; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: MsgUpdateParams; }; setSendEnabled(value: MsgSetSendEnabled): { typeUrl: string; value: MsgSetSendEnabled; }; }; };

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