@atproto/repo
Version:
atproto repo and MST implementation
6 lines • 425 B
TypeScript
import { Cid } from '@atproto/lex-data';
import { ReadableBlockstore, RepoStorage } from '../storage/index.js';
import { RecordPath } from '../types.js';
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