Skip to main content
Glama
tx.registry.d.ts3.15 kB
import { GeneratedType, Registry } from "@cosmjs/proto-signing"; import { MsgCreateValidator, MsgEditValidator, MsgDelegate, MsgBeginRedelegate, MsgUndelegate, MsgCancelUnbondingDelegation, MsgUpdateParams } from "./tx"; export declare const registry: ReadonlyArray<[string, GeneratedType]>; export declare const load: (protoRegistry: Registry) => void; export declare const MessageComposer: { encoded: { createValidator(value: MsgCreateValidator): { typeUrl: string; value: Uint8Array; }; editValidator(value: MsgEditValidator): { typeUrl: string; value: Uint8Array; }; delegate(value: MsgDelegate): { typeUrl: string; value: Uint8Array; }; beginRedelegate(value: MsgBeginRedelegate): { typeUrl: string; value: Uint8Array; }; undelegate(value: MsgUndelegate): { typeUrl: string; value: Uint8Array; }; cancelUnbondingDelegation(value: MsgCancelUnbondingDelegation): { typeUrl: string; value: Uint8Array; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { createValidator(value: MsgCreateValidator): { typeUrl: string; value: MsgCreateValidator; }; editValidator(value: MsgEditValidator): { typeUrl: string; value: MsgEditValidator; }; delegate(value: MsgDelegate): { typeUrl: string; value: MsgDelegate; }; beginRedelegate(value: MsgBeginRedelegate): { typeUrl: string; value: MsgBeginRedelegate; }; undelegate(value: MsgUndelegate): { typeUrl: string; value: MsgUndelegate; }; cancelUnbondingDelegation(value: MsgCancelUnbondingDelegation): { typeUrl: string; value: MsgCancelUnbondingDelegation; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: MsgUpdateParams; }; }; fromPartial: { createValidator(value: MsgCreateValidator): { typeUrl: string; value: MsgCreateValidator; }; editValidator(value: MsgEditValidator): { typeUrl: string; value: MsgEditValidator; }; delegate(value: MsgDelegate): { typeUrl: string; value: MsgDelegate; }; beginRedelegate(value: MsgBeginRedelegate): { typeUrl: string; value: MsgBeginRedelegate; }; undelegate(value: MsgUndelegate): { typeUrl: string; value: MsgUndelegate; }; cancelUnbondingDelegation(value: MsgCancelUnbondingDelegation): { typeUrl: string; value: MsgCancelUnbondingDelegation; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: MsgUpdateParams; }; }; };

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