Struct StateProofTrackingData
  
  StateProofTrackingData tracks the status of state proofs.
 
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public struct StateProofTrackingData : IStateProofTrackingData, IEquatable<StateProofTrackingData>
   
  Properties
  
  
  
  
  StateProofNextRound
  
  
  Declaration
  
    public ulong StateProofNextRound { get; set; }
   
  Property Value
  
  
  
  
  StateProofOnlineTotalWeight
  
  
  Declaration
  
    public MicroAlgos StateProofOnlineTotalWeight { get; set; }
   
  Property Value
  
  
  
  
  StateProofVotersCommitment
  
  
  Declaration
  
    public byte[] StateProofVotersCommitment { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Equals(StateProofTrackingData)
  
  
  Declaration
  
    public bool Equals(StateProofTrackingData other)
   
  Parameters
  
  Returns
  
  Implements