Struct AccountParticipation
  
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public struct AccountParticipation : IEquatable<AccountParticipation>
   
  Properties
  
  
  
  
  SelectionParticipationKey
  [sel] Selection public key (if any) currently registered for this round.        
 
  
  Declaration
  
    public byte[] SelectionParticipationKey { get; set; }
   
  Property Value
  
  
  
  
  StateProofKey
  [stprf] Root of the state proof key (if any)        
 
  
  Declaration
  
    public byte[] StateProofKey { get; set; }
   
  Property Value
  
  
  
  
  VoteFirstValid
  [voteFst] First round for which this participation is valid.        
 
  
  Declaration
  
    public ulong VoteFirstValid { get; set; }
   
  Property Value
  
  
  
  
  VoteKeyDilution
  [voteKD] Number of subkeys in each batch of participation keys.        
 
  
  Declaration
  
    public ulong VoteKeyDilution { get; set; }
   
  Property Value
  
  
  
  
  VoteLastValid
  [voteLst] Last round for which this participation is valid.        
 
  
  Declaration
  
    public ulong VoteLastValid { get; set; }
   
  Property Value
  
  
  
  
  VoteParticipationKey
  [vote] root participation public key (if any) currently registered for this round.        
 
  
  Declaration
  
    public byte[] VoteParticipationKey { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Equals(AccountParticipation)
  
  
  Declaration
  
    public bool Equals(AccountParticipation other)
   
  Parameters
  
  Returns