Skip to content

Type Alias: MerklePart⚓︎

type MerklePart = object;

Represents part of a merkle tree proof.

Properties⚓︎

Property Type Description
hash Hash256 Hash at this node.
isLeft boolean \c true if this is a left node; right otherwise.