UNPKG

@ixily/activ

Version:

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

4 lines (3 loc) 307 B
import { CONTRACT_INTERFACES } from '../'; import { ITradeIdea } from 'contract/interfaces'; export declare const rules: (strategyIdeas: CONTRACT_INTERFACES.ITradeIdea[], cachedStrategyState?: CONTRACT_INTERFACES.IStrategyState, preMint?: boolean) => Promise<CONTRACT_INTERFACES.IRuleValidResult | string>;