1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-17 18:03:16 +02:00
react/src/hooks/usePublish/PriceOptions.ts

8 lines
169 B
TypeScript
Raw Normal View History

2020-09-07 10:54:56 +02:00
export interface PriceOptions {
price: number
2020-09-07 11:32:34 +02:00
tokensToMint: number
2020-09-07 14:19:40 +02:00
type: 'fixed' | 'dynamic' | string
2020-09-07 11:32:34 +02:00
weightOnDataToken: string
liquidityProviderFee: string
}