Skip to main content
Glama
tx.registry.js5.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessageComposer = exports.load = exports.registry = void 0; const tx_1 = require("./tx"); exports.registry = [["/cosmos.staking.v1beta1.MsgCreateValidator", tx_1.MsgCreateValidator], ["/cosmos.staking.v1beta1.MsgEditValidator", tx_1.MsgEditValidator], ["/cosmos.staking.v1beta1.MsgDelegate", tx_1.MsgDelegate], ["/cosmos.staking.v1beta1.MsgBeginRedelegate", tx_1.MsgBeginRedelegate], ["/cosmos.staking.v1beta1.MsgUndelegate", tx_1.MsgUndelegate], ["/cosmos.staking.v1beta1.MsgCancelUnbondingDelegation", tx_1.MsgCancelUnbondingDelegation], ["/cosmos.staking.v1beta1.MsgUpdateParams", tx_1.MsgUpdateParams]]; const load = (protoRegistry) => { exports.registry.forEach(([typeUrl, mod]) => { protoRegistry.register(typeUrl, mod); }); }; exports.load = load; exports.MessageComposer = { encoded: { createValidator(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgCreateValidator", value: tx_1.MsgCreateValidator.encode(value).finish() }; }, editValidator(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgEditValidator", value: tx_1.MsgEditValidator.encode(value).finish() }; }, delegate(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgDelegate", value: tx_1.MsgDelegate.encode(value).finish() }; }, beginRedelegate(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgBeginRedelegate", value: tx_1.MsgBeginRedelegate.encode(value).finish() }; }, undelegate(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgUndelegate", value: tx_1.MsgUndelegate.encode(value).finish() }; }, cancelUnbondingDelegation(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgCancelUnbondingDelegation", value: tx_1.MsgCancelUnbondingDelegation.encode(value).finish() }; }, updateParams(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgUpdateParams", value: tx_1.MsgUpdateParams.encode(value).finish() }; } }, withTypeUrl: { createValidator(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgCreateValidator", value }; }, editValidator(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgEditValidator", value }; }, delegate(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgDelegate", value }; }, beginRedelegate(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgBeginRedelegate", value }; }, undelegate(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgUndelegate", value }; }, cancelUnbondingDelegation(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgCancelUnbondingDelegation", value }; }, updateParams(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgUpdateParams", value }; } }, fromPartial: { createValidator(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgCreateValidator", value: tx_1.MsgCreateValidator.fromPartial(value) }; }, editValidator(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgEditValidator", value: tx_1.MsgEditValidator.fromPartial(value) }; }, delegate(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgDelegate", value: tx_1.MsgDelegate.fromPartial(value) }; }, beginRedelegate(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgBeginRedelegate", value: tx_1.MsgBeginRedelegate.fromPartial(value) }; }, undelegate(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgUndelegate", value: tx_1.MsgUndelegate.fromPartial(value) }; }, cancelUnbondingDelegation(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgCancelUnbondingDelegation", value: tx_1.MsgCancelUnbondingDelegation.fromPartial(value) }; }, updateParams(value) { return { typeUrl: "/cosmos.staking.v1beta1.MsgUpdateParams", value: tx_1.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