Skip to content

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.

ParameterTypeDescription
props?UsePriceListPropsThe props to use.

UseQueryResult<NoInfer<OutputType>, Error>

The price list.