Class EraInfo
Auction metadata. Intended to be recorded at each era.
Inheritance
System.Object
EraInfo
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraInfo : object
Properties
SeigniorageAllocations
List of rewards allocated to delegators and validators.
Declaration
public List<SeigniorageAllocation> SeigniorageAllocations { get; set; }
Property Value
Type | Description |
---|---|
List<SeigniorageAllocation> |