wallet-storage-client
Version:
Client only Wallet Storage
10 lines • 414 B
TypeScript
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