Skip to content

useServicePrice

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

Defined in: packages/iso-filecoin-synapse/src/hooks/warm-storage/use-service-price.ts:26

Get the service price for the warm storage.

ParameterTypeDescription
props?UseServicePricePropsThe props to use.

UseQueryResult<ServicePriceResult, Error>

The service price.