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