@bsv/wallet-toolbox-client
Version:
Client only Wallet Storage
10 lines • 450 B
TypeScript
import { StorageReader } from '../StorageReader';
import { RequestSyncChunkArgs, SyncChunk } from '../../sdk/WalletStorage.interfaces';
/**
* 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: RequestSyncChunkArgs): Promise<SyncChunk>;
//# sourceMappingURL=getSyncChunk.d.ts.map