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

BestPrice type tweak

This commit is contained in:
Matthias Kretschmann 2020-10-21 15:24:52 +02:00
parent 230996a5a8
commit 47d3282197
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -1,5 +1,5 @@
export interface BestPrice {
type: 'pool' | 'exchange'
type: 'pool' | 'exchange' | ''
address: string
value: number
ocean?: number