bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class MerklePathItem

    MerklePathItem represents an item in a Merkle path.

    from message badges.MerklePathItem

    Hierarchy

    Index

    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"

    Methods