Documentation ¶
Overview ¶
Package merkle implements proof verifications in binary merkle trees.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Value ¶
type Value [32]byte
Value represents either a 32 byte leaf value or hash node in a binary merkle tree/partial proof.
func (*Value) UnmarshalJSON ¶
UnmarshalJSON parses a merkle value in hex syntax.
Click to show internal directories.
Click to hide internal directories.