Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HashWriter

Writer decorator that computes the Ion hash of written values.

see

Writer

Hierarchy

  • Writer
    • HashWriter

Index

Methods

Methods

digest

  • digest(): Uint8Array
  • Provides the Ion hash of the value just written.

    throws

    if invoked at a different depth than when the HashWriter was instantiated

    Returns Uint8Array

    bytes representing the Ion hash of the value just written