UNPKG

wallet-storage-client

Version:
10 lines 414 B
import { sdk } from '../../index.client'; import { StorageReader } from '../StorageReader'; /** * Gets the next sync chunk of updated data from un-remoted storage (could be using a remote DB connection). * @param storage * @param args * @returns */ export declare function getSyncChunk(storage: StorageReader, args: sdk.RequestSyncChunkArgs): Promise<sdk.SyncChunk>; //# sourceMappingURL=getSyncChunk.d.ts.map