Skip to main content
Glama
queries.d.ts560 B
import { Pubkey } from "@cosmjs/amino"; import { GetTxResponse, SimulateResponse } from "cosmjs-types/cosmos/tx/v1beta1/service"; import { Any } from "cosmjs-types/google/protobuf/any"; import { QueryClient } from "../../queryclient"; export interface TxExtension { readonly tx: { getTx: (txId: string) => Promise<GetTxResponse>; simulate: (messages: readonly Any[], memo: string | undefined, signer: Pubkey, sequence: number) => Promise<SimulateResponse>; }; } export declare function setupTxExtension(base: QueryClient): TxExtension;

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