Skip to main content
Glama
proofs.d.ts884 B
import { ics23 } from "./generated/codecimpl"; export declare const iavlSpec: ics23.IProofSpec; export declare const tendermintSpec: ics23.IProofSpec; export declare const smtSpec: ics23.IProofSpec; export declare type CommitmentRoot = Uint8Array; export declare function verifyExistence(proof: ics23.IExistenceProof, spec: ics23.IProofSpec, root: CommitmentRoot, key: Uint8Array, value: Uint8Array): void; export declare function verifyNonExistence(proof: ics23.INonExistenceProof, spec: ics23.IProofSpec, root: CommitmentRoot, key: Uint8Array): void; export declare function calculateExistenceRoot(proof: ics23.IExistenceProof): CommitmentRoot; export declare function ensureSpec(proof: ics23.IExistenceProof, spec: ics23.IProofSpec): void; export declare function ensureLeftNeighbor(spec: ics23.IInnerSpec, left: readonly ics23.IInnerOp[], right: readonly ics23.IInnerOp[]): void;

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