Skip to main content
Glama
tx.registry.d.ts1.3 kB
import { GeneratedType, Registry } from "@cosmjs/proto-signing"; import { MsgGrant, MsgExec, MsgRevoke } from "./tx"; export declare const registry: ReadonlyArray<[string, GeneratedType]>; export declare const load: (protoRegistry: Registry) => void; export declare const MessageComposer: { encoded: { grant(value: MsgGrant): { typeUrl: string; value: Uint8Array; }; exec(value: MsgExec): { typeUrl: string; value: Uint8Array; }; revoke(value: MsgRevoke): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { grant(value: MsgGrant): { typeUrl: string; value: MsgGrant; }; exec(value: MsgExec): { typeUrl: string; value: MsgExec; }; revoke(value: MsgRevoke): { typeUrl: string; value: MsgRevoke; }; }; fromPartial: { grant(value: MsgGrant): { typeUrl: string; value: MsgGrant; }; exec(value: MsgExec): { typeUrl: string; value: MsgExec; }; revoke(value: MsgRevoke): { typeUrl: string; value: MsgRevoke; }; }; };

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