UNPKG

@ixily/activ

Version:

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

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