Skip to main content
Glama
tx.registry.d.ts2.87 kB
import { GeneratedType, Registry } from "@cosmjs/proto-signing"; import { MsgCreatePosition, MsgWithdrawPosition, MsgAddToPosition, MsgCollectSpreadRewards, MsgCollectIncentives, MsgTransferPositions } from "./tx"; export declare const registry: ReadonlyArray<[string, GeneratedType]>; export declare const load: (protoRegistry: Registry) => void; export declare const MessageComposer: { encoded: { createPosition(value: MsgCreatePosition): { typeUrl: string; value: Uint8Array; }; withdrawPosition(value: MsgWithdrawPosition): { typeUrl: string; value: Uint8Array; }; addToPosition(value: MsgAddToPosition): { typeUrl: string; value: Uint8Array; }; collectSpreadRewards(value: MsgCollectSpreadRewards): { typeUrl: string; value: Uint8Array; }; collectIncentives(value: MsgCollectIncentives): { typeUrl: string; value: Uint8Array; }; transferPositions(value: MsgTransferPositions): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { createPosition(value: MsgCreatePosition): { typeUrl: string; value: MsgCreatePosition; }; withdrawPosition(value: MsgWithdrawPosition): { typeUrl: string; value: MsgWithdrawPosition; }; addToPosition(value: MsgAddToPosition): { typeUrl: string; value: MsgAddToPosition; }; collectSpreadRewards(value: MsgCollectSpreadRewards): { typeUrl: string; value: MsgCollectSpreadRewards; }; collectIncentives(value: MsgCollectIncentives): { typeUrl: string; value: MsgCollectIncentives; }; transferPositions(value: MsgTransferPositions): { typeUrl: string; value: MsgTransferPositions; }; }; fromPartial: { createPosition(value: MsgCreatePosition): { typeUrl: string; value: MsgCreatePosition; }; withdrawPosition(value: MsgWithdrawPosition): { typeUrl: string; value: MsgWithdrawPosition; }; addToPosition(value: MsgAddToPosition): { typeUrl: string; value: MsgAddToPosition; }; collectSpreadRewards(value: MsgCollectSpreadRewards): { typeUrl: string; value: MsgCollectSpreadRewards; }; collectIncentives(value: MsgCollectIncentives): { typeUrl: string; value: MsgCollectIncentives; }; transferPositions(value: MsgTransferPositions): { typeUrl: string; value: MsgTransferPositions; }; }; };

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