Class LightBlockHeaderProof
Inheritance
object
LightBlockHeaderProof
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class LightBlockHeaderProof
Properties
| Improve this Doc View SourceIndex
Declaration
[JsonProperty("index", Required = Required.Always)]
[Required]
public ulong Index { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Proof
Declaration
[JsonProperty("proof", Required = Required.Always)]
[Required]
public byte[] Proof { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
Treedepth
Declaration
[JsonProperty("treedepth", Required = Required.Always)]
[Required]
public ulong Treedepth { get; set; }
Property Value
Type | Description |
---|---|
ulong |