readProviders
function readProviders(client): Promise<PDPProvider[]>;Defined in: packages/synapse-core/src/warm-storage/providers.ts:39
Get the providers for the warm storage.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
client | Client<Transport, Chain> | The client to use. |
Returns
Section titled “Returns”The providers.