Search Results for

    Show / Hide Table of Contents

    Struct LightBlockHeaderProof

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct LightBlockHeaderProof : IEquatable<LightBlockHeaderProof>

    Properties

    Index

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

    Declaration
    [AlgoApiField("index")]
    public ulong Index { get; set; }
    Property Value
    Type Description
    UInt64

    Proof

    The encoded proof.

    Declaration
    [AlgoApiField("proof")]
    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
    [AlgoApiField("treedepth")]
    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
    ☀
    ☾