Interface UnixFSOptions

interface UnixFSOptions {
    blockSizes?: bigint[];
    data?: Uint8Array;
    fanout?: bigint;
    hashType?: bigint;
    mode?: number;
    mtime?: Mtime;
    type?: string;
}

Properties

blockSizes?: bigint[]
data?: Uint8Array
fanout?: bigint
hashType?: bigint
mode?: number
mtime?: Mtime
type?: string