Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RlpWitness

An interface for a RlpWitness, which is a serialized witness in RLP format.

Hierarchy

  • RlpWitness

Index

Properties

Properties

proof

proof: Buffer[]

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

value

value: Buffer | null

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

Generated using TypeDoc