Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchResult<V>

A search result, returned as a result for searching for a key.

Type parameters

  • V

Hierarchy

  • SearchResult

Index

Properties

Properties

node

node: MerklePatriciaTreeNode<V> | null

The node, if found, or null, if no node was found.

remainder

remainder: number[]

Contains any remaining nibbles.

stack

stack: Array<MerklePatriciaTreeNode<V>>

Contains a stack of nodes encountered while traversing the tree.

Generated using TypeDoc