UNPKG

@eth-optimism/balance-monitor

Version:

[Optimism] Forta Agent that reports whether certain accounts have fallen below some balance

8 lines (7 loc) 317 B
import { ethers } from 'ethers'; export declare const describeFinding: (account: string, actual: ethers.BigNumber, threshold: ethers.BigNumber) => string; export declare const createAlert: (alertOpts: { alias: string; message: string; }) => Promise<void>; export declare const heartBeat: () => Promise<void>;