Struct StateProofTracking
Assembly: cs.temp.dll.dll
Syntax
public struct StateProofTracking : IEquatable<StateProofTracking>
Properties
NextRound
[n] Next round for which we will accept a state proof transaction.
Declaration
public Optional<ulong> NextRound { get; set; }
Property Value
OnlineTotalWeight
[t] The total number of microalgos held by the online accounts during the StateProof round.
Declaration
public Optional<ulong> OnlineTotalWeight { get; set; }
Property Value
Type
State Proof Type. Note the raw object uses map with this as key.
Declaration
public Optional<ulong> Type { get; set; }
Property Value
VotersCommitment
[v] Root of a vector commitment containing online accounts that will help sign the proof.
Declaration
public byte[] VotersCommitment { get; set; }
Property Value
Methods
Equals(StateProofTracking)
Declaration
public bool Equals(StateProofTracking other)
Parameters
Returns