Skip to content

getDataSets

function getDataSets(client, options): Promise<DataSet[]>;

Defined in: packages/synapse-core/src/warm-storage/data-sets.ts:61

Get all data sets for a client

ParameterType
clientClient<Transport, Chain>
optionsGetDataSetsOptions

Promise<DataSet[]>