Skip to main content
Glama
queries.d.ts564 B
import { QueryParamsResponse, QuerySigningInfoResponse, QuerySigningInfosResponse } from "cosmjs-types/cosmos/slashing/v1beta1/query"; import { QueryClient } from "../../queryclient"; export interface SlashingExtension { readonly slashing: { signingInfo: (consAddress: string) => Promise<QuerySigningInfoResponse>; signingInfos: (paginationKey?: Uint8Array) => Promise<QuerySigningInfosResponse>; params: () => Promise<QueryParamsResponse>; }; } export declare function setupSlashingExtension(base: QueryClient): SlashingExtension;

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