UNPKG

@ixily/activ

Version:

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

13 lines (11 loc) 281 B
import { IChain } from './contract-recipe.i' export interface MyIdeaKeys { ideaIndex: string // unique strategyUniqueKey: string // unique chain: IChain contractAddress: string nftId: number // unique within contract strategyKey: string stageKey: number ideaKey: number }