Struct LightBlockHeaderProof
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
Proof
Declaration
[AlgoApiField("proof")]
public byte[] Proof { get; set; }
Property Value
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
Methods
Equals(LightBlockHeaderProof)
Declaration
public bool Equals(LightBlockHeaderProof other)
Parameters
Returns