Skip to main content
Glama
tx.registry.d.ts2.95 kB
import { GeneratedType, Registry } from "@cosmjs/proto-signing"; import { MsgSetHotRoutes, MsgSetDeveloperAccount, MsgSetMaxPoolPointsPerTx, MsgSetMaxPoolPointsPerBlock, MsgSetInfoByPoolType, MsgSetBaseDenoms } from "./tx"; export declare const registry: ReadonlyArray<[string, GeneratedType]>; export declare const load: (protoRegistry: Registry) => void; export declare const MessageComposer: { encoded: { setHotRoutes(value: MsgSetHotRoutes): { typeUrl: string; value: Uint8Array; }; setDeveloperAccount(value: MsgSetDeveloperAccount): { typeUrl: string; value: Uint8Array; }; setMaxPoolPointsPerTx(value: MsgSetMaxPoolPointsPerTx): { typeUrl: string; value: Uint8Array; }; setMaxPoolPointsPerBlock(value: MsgSetMaxPoolPointsPerBlock): { typeUrl: string; value: Uint8Array; }; setInfoByPoolType(value: MsgSetInfoByPoolType): { typeUrl: string; value: Uint8Array; }; setBaseDenoms(value: MsgSetBaseDenoms): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { setHotRoutes(value: MsgSetHotRoutes): { typeUrl: string; value: MsgSetHotRoutes; }; setDeveloperAccount(value: MsgSetDeveloperAccount): { typeUrl: string; value: MsgSetDeveloperAccount; }; setMaxPoolPointsPerTx(value: MsgSetMaxPoolPointsPerTx): { typeUrl: string; value: MsgSetMaxPoolPointsPerTx; }; setMaxPoolPointsPerBlock(value: MsgSetMaxPoolPointsPerBlock): { typeUrl: string; value: MsgSetMaxPoolPointsPerBlock; }; setInfoByPoolType(value: MsgSetInfoByPoolType): { typeUrl: string; value: MsgSetInfoByPoolType; }; setBaseDenoms(value: MsgSetBaseDenoms): { typeUrl: string; value: MsgSetBaseDenoms; }; }; fromPartial: { setHotRoutes(value: MsgSetHotRoutes): { typeUrl: string; value: MsgSetHotRoutes; }; setDeveloperAccount(value: MsgSetDeveloperAccount): { typeUrl: string; value: MsgSetDeveloperAccount; }; setMaxPoolPointsPerTx(value: MsgSetMaxPoolPointsPerTx): { typeUrl: string; value: MsgSetMaxPoolPointsPerTx; }; setMaxPoolPointsPerBlock(value: MsgSetMaxPoolPointsPerBlock): { typeUrl: string; value: MsgSetMaxPoolPointsPerBlock; }; setInfoByPoolType(value: MsgSetInfoByPoolType): { typeUrl: string; value: MsgSetInfoByPoolType; }; setBaseDenoms(value: MsgSetBaseDenoms): { typeUrl: string; value: MsgSetBaseDenoms; }; }; };

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