UNPKG

@ixily/activ

Version:

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

6 lines (5 loc) 149 B
import { IStrategyState } from './strategy-state.i'; export interface IRuleValidResult { valid: true; cachedStrategyState: IStrategyState; }