Skip to main content
Glama
tx.registry.d.ts3.8 kB
import { GeneratedType, Registry } from "@cosmjs/proto-signing"; import { MsgJoinPool, MsgExitPool, MsgSwapExactAmountIn, MsgSwapExactAmountOut, MsgJoinSwapExternAmountIn, MsgJoinSwapShareAmountOut, MsgExitSwapExternAmountOut, MsgExitSwapShareAmountIn } from "./tx"; export declare const registry: ReadonlyArray<[string, GeneratedType]>; export declare const load: (protoRegistry: Registry) => void; export declare const MessageComposer: { encoded: { joinPool(value: MsgJoinPool): { typeUrl: string; value: Uint8Array; }; exitPool(value: MsgExitPool): { typeUrl: string; value: Uint8Array; }; swapExactAmountIn(value: MsgSwapExactAmountIn): { typeUrl: string; value: Uint8Array; }; swapExactAmountOut(value: MsgSwapExactAmountOut): { typeUrl: string; value: Uint8Array; }; joinSwapExternAmountIn(value: MsgJoinSwapExternAmountIn): { typeUrl: string; value: Uint8Array; }; joinSwapShareAmountOut(value: MsgJoinSwapShareAmountOut): { typeUrl: string; value: Uint8Array; }; exitSwapExternAmountOut(value: MsgExitSwapExternAmountOut): { typeUrl: string; value: Uint8Array; }; exitSwapShareAmountIn(value: MsgExitSwapShareAmountIn): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { joinPool(value: MsgJoinPool): { typeUrl: string; value: MsgJoinPool; }; exitPool(value: MsgExitPool): { typeUrl: string; value: MsgExitPool; }; swapExactAmountIn(value: MsgSwapExactAmountIn): { typeUrl: string; value: MsgSwapExactAmountIn; }; swapExactAmountOut(value: MsgSwapExactAmountOut): { typeUrl: string; value: MsgSwapExactAmountOut; }; joinSwapExternAmountIn(value: MsgJoinSwapExternAmountIn): { typeUrl: string; value: MsgJoinSwapExternAmountIn; }; joinSwapShareAmountOut(value: MsgJoinSwapShareAmountOut): { typeUrl: string; value: MsgJoinSwapShareAmountOut; }; exitSwapExternAmountOut(value: MsgExitSwapExternAmountOut): { typeUrl: string; value: MsgExitSwapExternAmountOut; }; exitSwapShareAmountIn(value: MsgExitSwapShareAmountIn): { typeUrl: string; value: MsgExitSwapShareAmountIn; }; }; fromPartial: { joinPool(value: MsgJoinPool): { typeUrl: string; value: MsgJoinPool; }; exitPool(value: MsgExitPool): { typeUrl: string; value: MsgExitPool; }; swapExactAmountIn(value: MsgSwapExactAmountIn): { typeUrl: string; value: MsgSwapExactAmountIn; }; swapExactAmountOut(value: MsgSwapExactAmountOut): { typeUrl: string; value: MsgSwapExactAmountOut; }; joinSwapExternAmountIn(value: MsgJoinSwapExternAmountIn): { typeUrl: string; value: MsgJoinSwapExternAmountIn; }; joinSwapShareAmountOut(value: MsgJoinSwapShareAmountOut): { typeUrl: string; value: MsgJoinSwapShareAmountOut; }; exitSwapExternAmountOut(value: MsgExitSwapExternAmountOut): { typeUrl: string; value: MsgExitSwapExternAmountOut; }; exitSwapShareAmountIn(value: MsgExitSwapShareAmountIn): { typeUrl: string; value: MsgExitSwapShareAmountIn; }; }; };

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