/** * ignore eth call exception and return undefined if that happened * @param promise promise return by eth call * @param logError whether to log error */ export declare function ignoreEthCallException(promise: Promise, logError?: boolean): Promise; //# sourceMappingURL=call.d.ts.map