Skip to main content

@bloock/sdk / HostedLoader

Class: HostedLoader

Represents a loader for hosted data availability.

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new HostedLoader(id): HostedLoader

Constructs a HostedLoader object with the specified parameters.

Parameters

NameType
idstring

Returns

HostedLoader

Defined in

entity/availability/hosted_loader.ts:16

Properties

args

args: LoaderArgs

Implementation of

Loader.args

Defined in

entity/availability/hosted_loader.ts:10


type

type: DataAvailabilityType

Implementation of

Loader.type

Defined in

entity/availability/hosted_loader.ts:9

Methods

toProto

toProto(): Loader

Returns

Loader

Implementation of

Loader.toProto

Defined in

entity/availability/hosted_loader.ts:21