UNPKG

@ixily/activ

Version:

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

13 lines (12 loc) 658 B
import { CONTRACT_INTERFACES, Contract } from '../../'; export declare const MigrationV3TemporaryModule: { resetCache: () => Promise<void>; getETHBalance: (contract?: Contract) => Promise<number>; ideaPublicVerificationHtml: (nftId: number, isPublic?: boolean, size?: 'small' | 'medium' | 'large', contract?: Contract) => Promise<string>; getProviderList: () => Promise<string[]>; getPricingProviderList: () => Promise<{ name: "Binance" | "CryptoCompare" | "IEX" | "IG Group" | "Alpaca" | "Tradestation" | "CoinMarketCap"; enabled: boolean; }[]>; isCloseIdea: (idea: CONTRACT_INTERFACES.ITradeIdea) => boolean; };