UNPKG

@ixily/activ

Version:

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

15 lines (13 loc) 306 B
import { IStrategyChain, IdeaCreatedEvent, CONTRACT_INTERFACES, } from '../../../../../' export interface IMessDbView { reduce: ( contractUniqueKey: string, newIdeaEvent: IdeaCreatedEvent, strategyChain: IStrategyChain, strategyCache: CONTRACT_INTERFACES.IStrategyState, ) => Promise<void> }