Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Witness<V>

An interface for a Witness, which is a combination of a value and a proof (witnessed at a certain root)

Type parameters

  • V

Hierarchy

  • Witness

Index

Properties

Properties

proof

proof: Array<MerklePatriciaTreeNode<V>>

A proof, which consists of the list of nodes traversed to reach the node containing the value.

value

value: V | null

The value mapped to the key, or null, if nothing

Generated using TypeDoc