UNPKG

497 BTypeScriptView Raw
1import type { LoadConfig } from "../types";
2declare type ContractMethod = {
3 payload: string;
4 signature: string;
5 plugin: string;
6 erc20OfInterest: string[];
7 abi: any;
8};
9/**
10 * Retrieve the metadatas a given contract address and a method selector
11 */
12export declare const loadInfosForContractMethod: (contractAddress: string, selector: string, chainId: number, userLoadConfig: LoadConfig) => Promise<ContractMethod | undefined>;
13export {};
14//# sourceMappingURL=contracts.d.ts.map
\No newline at end of file