Skip to main content

Interface: ExtendedTag

Object that contains information about progress of upload of data to network.

see Bee docs - Syncing / Tags

Properties

address

address: Reference

The associated swarm hash for this tag

Defined in

bee-js/src/types/debug.ts:48


seen

seen: number

Number of chunks already seen

Defined in

bee-js/src/types/debug.ts:23


sent

sent: number

Number of chunks sent for push syncing

Defined in

bee-js/src/types/debug.ts:33


split

split: number

Number of chunks already processed by splitter for hashing

Defined in

bee-js/src/types/debug.ts:18


startedAt

startedAt: string

When the upload process started

Defined in

bee-js/src/types/debug.ts:53


stored

stored: number

Number of chunks already stored locally

Defined in

bee-js/src/types/debug.ts:28


synced

synced: number

Number of chunks synced with proof

Defined in

bee-js/src/types/debug.ts:38


total

total: number

Number of all chunks that the data will be split into.

Defined in

bee-js/src/types/debug.ts:13


uid

uid: number

Unique identifier

Defined in

bee-js/src/types/debug.ts:43