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.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
client | Client<Transport, Chain> | The client to use. |
Returns
Section titled “Returns”The service price.