Struct BlockRewards
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
public struct BlockRewards : IEquatable<BlockRewards>, IBlockRewards
Properties
FeeSink
Declaration
[AlgoApiField("fee-sink")]
public Address FeeSink { get; set; }
Property Value
RewardsCalculationRound
Declaration
[AlgoApiField("rewards-calculation-round")]
public ulong RewardsCalculationRound { get; set; }
Property Value
RewardsLevel
Declaration
[AlgoApiField("rewards-level")]
public ulong RewardsLevel { get; set; }
Property Value
RewardsPool
Declaration
[AlgoApiField("rewards-pool")]
public Address RewardsPool { get; set; }
Property Value
RewardsRate
Declaration
[AlgoApiField("rewards-rate")]
public ulong RewardsRate { get; set; }
Property Value
RewardsResidue
Declaration
[AlgoApiField("rewards-residue")]
public ulong RewardsResidue { get; set; }
Property Value
Methods
Equals(BlockRewards)
Declaration
public bool Equals(BlockRewards other)
Parameters
Returns
Implements