js-ipfs-unixfs
Preparing search index...
ipfs-unixfs
UnixFSOptions
Interface UnixFSOptions
interface
UnixFSOptions
{
blockSizes
?:
bigint
[]
;
data
?:
Uint8Array
<
ArrayBufferLike
>
;
fanout
?:
bigint
;
hashType
?:
bigint
;
mode
?:
number
;
mtime
?:
Mtime
;
type
?:
UnixFSType
;
}
Index
Properties
block
Sizes?
data?
fanout?
hash
Type?
mode?
mtime?
type?
Properties
Optional
block
Sizes
blockSizes
?:
bigint
[]
Optional
data
data
?:
Uint8Array
<
ArrayBufferLike
>
Optional
fanout
fanout
?:
bigint
Optional
hash
Type
hashType
?:
bigint
Optional
mode
mode
?:
number
Optional
mtime
mtime
?:
Mtime
Optional
type
type
?:
UnixFSType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Sizes
data
fanout
hash
Type
mode
mtime
type
js-ipfs-unixfs
Loading...