Skip to main content
Glama
messages.d.ts1.37 kB
import { EncodeObject, GeneratedType } from "@cosmjs/proto-signing"; import { MsgDeposit, MsgSubmitProposal, MsgVote, MsgVoteWeighted } from "cosmjs-types/cosmos/gov/v1beta1/tx"; export declare const govTypes: ReadonlyArray<[string, GeneratedType]>; export interface MsgDepositEncodeObject extends EncodeObject { readonly typeUrl: "/cosmos.gov.v1beta1.MsgDeposit"; readonly value: Partial<MsgDeposit>; } export declare function isMsgDepositEncodeObject(object: EncodeObject): object is MsgSubmitProposalEncodeObject; export interface MsgSubmitProposalEncodeObject extends EncodeObject { readonly typeUrl: "/cosmos.gov.v1beta1.MsgSubmitProposal"; readonly value: Partial<MsgSubmitProposal>; } export declare function isMsgSubmitProposalEncodeObject(object: EncodeObject): object is MsgSubmitProposalEncodeObject; export interface MsgVoteEncodeObject extends EncodeObject { readonly typeUrl: "/cosmos.gov.v1beta1.MsgVote"; readonly value: Partial<MsgVote>; } export declare function isMsgVoteEncodeObject(object: EncodeObject): object is MsgVoteEncodeObject; export interface MsgVoteWeightedEncodeObject extends EncodeObject { readonly typeUrl: "/cosmos.gov.v1beta1.MsgVoteWeighted"; readonly value: Partial<MsgVoteWeighted>; } export declare function isMsgVoteWeightedEncodeObject(object: EncodeObject): object is MsgVoteWeightedEncodeObject;

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