UNPKG

@ixily/activ

Version:

Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.

12 lines (10 loc) 247 B
import { BigNumber } from 'ethers' import { Contract, IContractRecipe } from '../../' export interface IContract { name: string recipe: IContractRecipe gate?: Contract // core?: Contract cacheTax5min?: BigNumber cacheTaxLastTime?: number }