UNPKG

@ixily/activ

Version:

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

22 lines (21 loc) 566 B
import { IOperationalCost, ISupportedBlockchainNetwork } from '../..'; export interface IFiatMintRequest { network: ISupportedBlockchainNetwork; strategyKey: string; rulesVersion: number; metadata: string; subscribers: string[]; ideaKey?: number; clientInBehalf?: string; gasAggressivity?: number; } export interface IFiatMintResult { nftId: number; strategyKey: string; ideaKey: number; ideaStageKey: number; openseaUrl: string; transactionHash: string; blockNumber: number; cost: IOperationalCost; }