Skip to content

useServicePrice

function useServicePrice(props?): UseQueryResult<ServicePriceResult, Error>;

Defined in: packages/synapse-react/src/warm-storage/use-service-price.ts:23

Get the service price for the warm storage.

ParameterTypeDescription
props?UseServicePricePropsThe props to use.

UseQueryResult<ServicePriceResult, Error>

The service price.