Class StateProofTrackingData
Inherited Members
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class StateProofTrackingData
Properties
| Edit this page View SourceStateProofNextRound
[n] StateProofNextRound.
Declaration
[JsonProperty("n")]
[Key("n")]
public ulong? StateProofNextRound { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
StateProofOnlineTotalWeight
[t] StateProofOnlineTotalWeight.
Declaration
[JsonProperty("t")]
[Key("t")]
public ulong? StateProofOnlineTotalWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
StateProofVotersCommitment
[v] StateProofVotersCommitment.
Declaration
[JsonProperty("v")]
[Required(AllowEmptyStrings = true)]
[Key("v")]
public byte[]? StateProofVotersCommitment { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |