Search Results for

    Show / Hide Table of Contents

    Struct LightBlockHeaderProof

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    public struct LightBlockHeaderProof : IEquatable<LightBlockHeaderProof>

    Properties

    Index

    The index of the light block header in the vector commitment tree

    Declaration
    public ulong Index { get; set; }
    Property Value
    Type Description
    UInt64

    Proof

    The encoded proof.

    Declaration
    public byte[] Proof { get; set; }
    Property Value
    Type Description
    Byte[]

    Treedepth

    Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root.

    Declaration
    public ulong Treedepth { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(LightBlockHeaderProof)

    Declaration
    public bool Equals(LightBlockHeaderProof other)
    Parameters
    Type Name Description
    LightBlockHeaderProof other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾