@atproto/repo
Version:
atproto repo and MST implementation
6 lines • 412 B
TypeScript
import { CID } from 'multiformats/cid';
import { ReadableBlockstore, RepoStorage } from '../storage';
import { RecordPath } from '../types';
export declare const getFullRepo: (storage: RepoStorage, commitCid: CID) => AsyncIterable<Uint8Array>;
export declare const getRecords: (storage: ReadableBlockstore, commitCid: CID, paths: RecordPath[]) => AsyncIterable<Uint8Array>;
//# sourceMappingURL=provider.d.ts.map