Skip to content

servicePrice

function servicePrice(client): Promise<ServicePriceResult>;

Defined in: packages/synapse-core/src/warm-storage/service-price.ts:20

Get the service price for the warm storage.

ParameterTypeDescription
clientClient<Transport, Chain>The client to use.

Promise<ServicePriceResult>

The service price.