Logical representation of directory encoded in multiple blocks (usually when it contains large number of entries). Such directories are represented via Hash Array Map Tries (HAMT).

Hierarchy

Properties

bitfield: Uint8Array
entries: readonly ShardedDirectoryLink[]
fanout: number
hashType: number

Multihash code for the hashing function used (In IPFS it's murmur3-64)

metadata?: Metadata
type: HAMTShard

Generated using TypeDoc