Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
index.d.ts974 B
/** * A **Contract** object is a meta-class (a class whose definition is * defined at runtime), which communicates with a deployed smart contract * on the blockchain and provides a simple JavaScript interface to call * methods, send transaction, query historic logs and listen for its events. * * @_section: api/contract:Contracts [about-contracts] */ export { BaseContract, Contract } from "./contract.js"; export { ContractFactory } from "./factory.js"; export { ContractEventPayload, ContractUnknownEventPayload, ContractTransactionReceipt, ContractTransactionResponse, EventLog, UndecodedEventLog } from "./wrappers.js"; export type { BaseContractMethod, ConstantContractMethod, PostfixOverrides, ContractEvent, ContractEventArgs, ContractEventName, ContractDeployTransaction, ContractInterface, ContractMethod, ContractMethodArgs, ContractTransaction, DeferredTopicFilter, Overrides, WrappedFallback } from "./types.js"; //# sourceMappingURL=index.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