1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00
This commit is contained in:
mihaisc 2020-08-20 14:18:58 +03:00
parent 03159f0bf4
commit 70579d6144

View File

@ -12,7 +12,7 @@ interface UseMetadata {
title: string
price: string
poolAddress: string
isLoaded: boolean
isLoaded: boolean
getPrice: (dataTokenAddress?: string) => Promise<string>
getPool: (dataTokenAddress?: string) => Promise<Pool>
}