Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
rlp.ts542 B
/** * The [[link-rlp]] (RLP) encoding is used throughout Ethereum * to serialize nested structures of Arrays and data. * * @_subsection api/utils:Recursive-Length Prefix [about-rlp] */ export { decodeRlp } from "./rlp-decode.js"; export { encodeRlp } from "./rlp-encode.js"; /** * An RLP-encoded structure. */ export type RlpStructuredData = string | Array<RlpStructuredData>; /** * An RLP-encoded structure, which allows Uint8Array. */ export type RlpStructuredDataish = string | Uint8Array | Array<RlpStructuredDataish>;

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