UNPKG

@ethersphere/bee-js

Version:
5 lines (4 loc) 378 B
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>;