Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NextNode<V>

Returned when next() is called on a tree node

Type parameters

  • V

Hierarchy

  • NextNode

Index

Properties

Properties

next

next: MerklePatriciaTreeNode<V> | null

The next node, or null, if no node was present.

remainingNibbles

remainingNibbles: number[]

Any remaining nibbles after traversing the node.

Generated using TypeDoc