Preparing search index...
The search index is not available
@helia/car
@helia/car
DAGWalker
Interface DAGWalker
DAGWalkers take a block and yield CIDs encoded in that block
interface
DAGWalker
{
codec
:
number
;
walk
(
block
)
:
AsyncGenerator
<
CID
<
unknown
,
number
,
number
,
Version
>
,
void
,
undefined
>
;
}
Index
Properties
codec
Methods
walk
Properties
codec
codec
:
number
Methods
walk
walk
(
block
)
:
AsyncGenerator
<
CID
<
unknown
,
number
,
number
,
Version
>
,
void
,
undefined
>
Parameters
block
:
Uint8Array
Returns
AsyncGenerator
<
CID
<
unknown
,
number
,
number
,
Version
>
,
void
,
undefined
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
codec
walk
@helia/car
Car
CarComponents
CarInit
DAGWalker
car
Generated using
TypeDoc
DAGWalkers take a block and yield CIDs encoded in that block