Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Type parameters

  • Code: number = number

Hierarchy

  • MultihashDigest

Index

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