Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
solidity.d.ts1.22 kB
/** * Computes the [[link-solc-packed]] representation of %%values%% * respectively to their %%types%%. * * @example: * addr = "0x8ba1f109551bd432803012645ac136ddd64dba72" * solidityPacked([ "address", "uint" ], [ addr, 45 ]); * //_result: */ export declare function solidityPacked(types: ReadonlyArray<string>, values: ReadonlyArray<any>): string; /** * Computes the [[link-solc-packed]] [[keccak256]] hash of %%values%% * respectively to their %%types%%. * * @example: * addr = "0x8ba1f109551bd432803012645ac136ddd64dba72" * solidityPackedKeccak256([ "address", "uint" ], [ addr, 45 ]); * //_result: */ export declare function solidityPackedKeccak256(types: ReadonlyArray<string>, values: ReadonlyArray<any>): string; /** * Computes the [[link-solc-packed]] [[sha256]] hash of %%values%% * respectively to their %%types%%. * * @example: * addr = "0x8ba1f109551bd432803012645ac136ddd64dba72" * solidityPackedSha256([ "address", "uint" ], [ addr, 45 ]); * //_result: */ export declare function solidityPackedSha256(types: ReadonlyArray<string>, values: ReadonlyArray<any>): string; //# sourceMappingURL=solidity.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