Skip to main content

Interface: SOCReader

Interface for downloading single owner chunks

Hierarchy

Properties

owner

Readonly owner: HexEthAddress

Defined in

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

Methods

download

download(identifier): Promise<SingleOwnerChunk>

Downloads a single owner chunk

Parameters

NameTypeDescription
identifierIdentifierThe identifier of the chunk

Returns

Promise<SingleOwnerChunk>

Defined in

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