1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/src/ddo/interfaces/BestPrice.ts

8 lines
131 B
TypeScript

export interface BestPrice {
type: 'pool' | 'exchange'
address: string
value: number
ocean?: number
datatoken?: number
}