MerklePathItem represents an item in a Merkle path.

from message badges.MerklePathItem

Hierarchy

Constructors

Properties

aunt: string = ""

The hash of the sibling node (aunt) in the Merkle path.

from field: string aunt = 1;

onRight: boolean = false

Indicates whether the aunt node is on the right side of the path.

from field: bool onRight = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "badges.MerklePathItem" = "badges.MerklePathItem"

Methods