Skip to main content

Interface: FeedReader

FeedReader is an interface for downloading feed updates

Hierarchy

Properties

owner

Readonly owner: HexEthAddress

Defined in

bee-js/src/types/index.ts:406


topic

Readonly topic: Topic

Defined in

bee-js/src/types/index.ts:407


type

Readonly type: "sequence" | "epoch"

Defined in

bee-js/src/types/index.ts:405

Methods

download

download(options?): Promise<FetchFeedUpdateResponse>

Download the latest feed update

Parameters

NameType
options?FeedUpdateOptions

Returns

Promise<FetchFeedUpdateResponse>

Defined in

bee-js/src/types/index.ts:411