Class BlockRewards
Assembly: Algorand.dll
Syntax
public class BlockRewards
Properties
|
Edit this page
View Source
FeeSink
Declaration
[JsonProperty("fee-sink", Required = Required.Always)]
[Required]
public string FeeSink { get; set; }
Property Value
|
Edit this page
View Source
RewardsCalculationRound
Declaration
[JsonProperty("rewards-calculation-round", Required = Required.Always)]
[Required]
public ulong RewardsCalculationRound { get; set; }
Property Value
|
Edit this page
View Source
RewardsLevel
Declaration
[JsonProperty("rewards-level", Required = Required.Always)]
[Required]
public ulong RewardsLevel { get; set; }
Property Value
|
Edit this page
View Source
RewardsPool
Declaration
[JsonProperty("rewards-pool", Required = Required.Always)]
[Required]
public string RewardsPool { get; set; }
Property Value
|
Edit this page
View Source
RewardsRate
Declaration
[JsonProperty("rewards-rate", Required = Required.Always)]
[Required]
public ulong RewardsRate { get; set; }
Property Value
|
Edit this page
View Source
RewardsResidue
Declaration
[JsonProperty("rewards-residue", Required = Required.Always)]
[Required]
public ulong RewardsResidue { get; set; }
Property Value