Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
format.d.ts1.09 kB
import type { BlockParams, LogParams, TransactionReceiptParams, TransactionResponseParams } from "./formatting.js"; export type FormatFunc = (value: any) => any; export declare function allowNull(format: FormatFunc, nullValue?: any): FormatFunc; export declare function arrayOf(format: FormatFunc, allowNull?: boolean): FormatFunc; export declare function object(format: Record<string, FormatFunc>, altNames?: Record<string, Array<string>>): FormatFunc; export declare function formatBoolean(value: any): boolean; export declare function formatData(value: string): string; export declare function formatHash(value: any): string; export declare function formatUint256(value: any): string; export declare function formatLog(value: any): LogParams; export declare function formatBlock(value: any): BlockParams; export declare function formatReceiptLog(value: any): LogParams; export declare function formatTransactionReceipt(value: any): TransactionReceiptParams; export declare function formatTransactionResponse(value: any): TransactionResponseParams; //# sourceMappingURL=format.d.ts.map

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/5ajaki/veri5ight'

If you have feedback or need assistance with the MCP directory API, please join our Discord server