js-ipfs-unixfs
Preparing search index...
ipfs-unixfs-importer
index
SingleBlockImportResult
Interface SingleBlockImportResult
interface
SingleBlockImportResult
{
block
:
Uint8Array
;
cid
:
CID
;
originalPath
?:
string
;
path
?:
string
;
single
:
true
;
size
:
bigint
;
unixfs
?:
UnixFS
;
}
Hierarchy (
View Summary
)
ImportResult
SingleBlockImportResult
Index
Properties
block
cid
original
Path?
path?
single
size
unixfs?
Properties
block
block
:
Uint8Array
cid
cid
:
CID
Optional
original
Path
originalPath
?:
string
Optional
path
path
?:
string
single
single
:
true
size
size
:
bigint
Optional
unixfs
unixfs
?:
UnixFS
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
cid
original
Path
path
single
size
unixfs
js-ipfs-unixfs
Loading...