Represents a multihash digest which carries information about the hashing algorithm and an actual hash digest.

Type Parameters

  • Code extends number = number

Hierarchy

  • MultihashDigest

Properties

Properties

bytes: Uint8Array

Binary representation of this multihash digest.

code: Code

Code of the multihash

digest: Uint8Array

Raw digest (without a hashing algorithm info)

size: number

byte length of the this.digest

Generated using TypeDoc