mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
format
This commit is contained in:
parent
03159f0bf4
commit
70579d6144
@ -12,7 +12,7 @@ interface UseMetadata {
|
|||||||
title: string
|
title: string
|
||||||
price: string
|
price: string
|
||||||
poolAddress: string
|
poolAddress: string
|
||||||
isLoaded: boolean
|
isLoaded: boolean
|
||||||
getPrice: (dataTokenAddress?: string) => Promise<string>
|
getPrice: (dataTokenAddress?: string) => Promise<string>
|
||||||
getPool: (dataTokenAddress?: string) => Promise<Pool>
|
getPool: (dataTokenAddress?: string) => Promise<Pool>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user