Skip to main content

@bloock/sdk / IpfsLoader

Class: IpfsLoader

Represents a loader for IPFS data availability.

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new IpfsLoader(id): IpfsLoader

Constructs a IpfsLoader object with the specified parameters.

Parameters

NameType
idstring

Returns

IpfsLoader

Defined in

entity/availability/ipfs_loader.ts:16

Properties

args

args: LoaderArgs

Implementation of

Loader.args

Defined in

entity/availability/ipfs_loader.ts:10


type

type: DataAvailabilityType

Implementation of

Loader.type

Defined in

entity/availability/ipfs_loader.ts:9

Methods

toProto

toProto(): Loader

Returns

Loader

Implementation of

Loader.toProto

Defined in

entity/availability/ipfs_loader.ts:21