Skip to main content
Glama
keccak.d.ts403 B
import { HashFunction } from "./hash"; export declare class Keccak256 implements HashFunction { readonly blockSize: number; private readonly impl; constructor(firstData?: Uint8Array); update(data: Uint8Array): Keccak256; digest(): Uint8Array; } /** Convenience function equivalent to `new Keccak256(data).digest()` */ export declare function keccak256(data: Uint8Array): Uint8Array;

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