merkel v1.0.3 Merkel.BinaryNode

Link to this section Summary

Functions

Provides raw dump of all Node info

Provides node info to be used in Inspect protocol implementation

Provides dump of node info for root node

Link to this section Types

Link to this type t()
t() :: %Merkel.BinaryNode{
  height: term(),
  key: term(),
  key_hash: term(),
  left: term(),
  right: term(),
  search_key: term(),
  value: term()
}

Link to this section Functions

Link to this function dump(node)
dump(t()) :: tuple()

Provides raw dump of all Node info

Link to this function info(node)
info(t()) :: tuple()

Provides node info to be used in Inspect protocol implementation

Link to this function root_info(node)
root_info(t()) :: tuple()

Provides dump of node info for root node

Link to this function trunc_hash_key(seq)
Link to this function trunc_search_key(seq)