Class LightBlockHeaderProof
Inheritance
LightBlockHeaderProof
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class LightBlockHeaderProof
Properties
|
Edit this page
View Source
Index
Declaration
[JsonProperty("index", Required = Required.Always)]
[Key("index")]
[Required]
public ulong Index { get; set; }
Property Value
|
Edit this page
View Source
Proof
Declaration
[JsonProperty("proof", Required = Required.Always)]
[Key("proof")]
[Required]
public byte[] Proof { get; set; }
Property Value
|
Edit this page
View Source
Treedepth
Declaration
[JsonProperty("treedepth", Required = Required.Always)]
[Key("treedepth")]
[Required]
public ulong Treedepth { get; set; }
Property Value