usePriceList
usePriceList(
props?):UseQueryResult<NoInfer<OutputType>,Error>
Defined in: synapse-react/src/warm-storage/use-price-list.ts:23
Get the warm storage price list.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
props? | UsePriceListProps | The props to use. |
Returns
Section titled “Returns”UseQueryResult<NoInfer<OutputType>, Error>
The price list.