UNPKG

@ixily/activ

Version:

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

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