@ethersphere/bee-js
Version:
Javascript client for Bee
5 lines (4 loc) • 378 B
TypeScript
import { Bee } from '../bee';
import { BeeRequestOptions, DownloadOptions } from '../types';
import { EthAddress, FeedIndex, Topic } from '../utils/typed-bytes';
export declare function areAllSequentialFeedsUpdateRetrievable(bee: Bee, owner: EthAddress, topic: Topic, index: FeedIndex, options: DownloadOptions | undefined, requestOptions: BeeRequestOptions): Promise<boolean>;