Skip to main content
Glama
tx.registry.js940 B
import { MsgUpdateParams } from "./tx"; export const registry = [["/cosmos.consensus.v1.MsgUpdateParams", MsgUpdateParams]]; export const load = (protoRegistry) => { registry.forEach(([typeUrl, mod]) => { protoRegistry.register(typeUrl, mod); }); }; export const MessageComposer = { encoded: { updateParams(value) { return { typeUrl: "/cosmos.consensus.v1.MsgUpdateParams", value: MsgUpdateParams.encode(value).finish() }; } }, withTypeUrl: { updateParams(value) { return { typeUrl: "/cosmos.consensus.v1.MsgUpdateParams", value }; } }, fromPartial: { updateParams(value) { return { typeUrl: "/cosmos.consensus.v1.MsgUpdateParams", value: MsgUpdateParams.fromPartial(value) }; } } };

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