1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-14 00:13:21 +02:00
react/src/hooks/useMetadata/BestPrice.ts
2020-09-10 17:59:39 +03:00

6 lines
101 B
TypeScript

export default interface BestPrice {
type: 'pool' | 'exchange'
address: string
value: string
}