@ixily/activ
Version:
Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.
10 lines (8 loc) • 354 B
text/typescript
import { IPricingProvider } from './pricing-provider.i'
import { ITradeIdeaPricingCredentials } from './trade-idea-pricing-credentials.i'
export interface ITradeIdeaPricing {
// provider price selected by the user
provider: IPricingProvider
// user credentials (optional) or we will use the default ones
credentials?: ITradeIdeaPricingCredentials
}