Struct BlockRewards
  
  
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public struct BlockRewards : IEquatable<BlockRewards>, IBlockRewards
   
  Properties
  
  
  
  
  FeeSink
  
  
  Declaration
  
    public Address FeeSink { get; set; }
   
  Property Value
  
  
  
  
  RewardsCalculationRound
  
  
  Declaration
  
    public ulong RewardsCalculationRound { get; set; }
   
  Property Value
  
  
  
  
  RewardsLevel
  
  
  Declaration
  
    public ulong RewardsLevel { get; set; }
   
  Property Value
  
  
  
  
  RewardsPool
  
  
  Declaration
  
    public Address RewardsPool { get; set; }
   
  Property Value
  
  
  
  
  RewardsRate
  
  
  Declaration
  
    public ulong RewardsRate { get; set; }
   
  Property Value
  
  
  
  
  RewardsResidue
  
  
  Declaration
  
    public ulong RewardsResidue { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Equals(BlockRewards)
  
  
  Declaration
  
    public bool Equals(BlockRewards other)
   
  Parameters
  
  Returns
  
  Implements